PHP Tips & Tricks - LearnPHP.org

Sort byTutorials Per Page
Pages:1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Next| Last
Ever get hit with spam through the contact form on your personal site? Well, here is a short tutorial on how to build a custom captcha to keep the bad guys out.
March 16, 2010 Today Views: 1 Total Views: 214
There are different methods and plugins you can implement to display code on your WordPress blog. After much testing and frustration, I've come across the best code formatting method that does not require a WordPress plugin (and can be implemented on any website).
March 11, 2010 Today Views: 4 Total Views: 31
If you program custom PHP applications, you will often times need to work with a form and require certain form fields. This tutorial shows you a simple and quick method for creating a form page that handles errors and pre-populates fields if there is an error, and a method for processing the form...
March 11, 2010 Today Views: 1 Total Views: 63

vBulletin GD Stat Sig

Author: jordan82  Rating:
Create a stat signature using GD and PHP.
February 17, 2010 Today Views: 6 Total Views: 222
This tutorial should teach you about the MVC coding philosophy, integral to producing serviceable applications.
February 12, 2010 Today Views: 2 Total Views: 271
Create a real-life storefront application from design to deployment and explore all the major aspects of the Zend Framework. This Chapter helps readers in creating the shopping cart Model, Controller, and Views.
February 5, 2010 Today Views: 1 Total Views: 115
PHP can also be run as a command line script like c, c++, java, etc. This article provides an introduction to command line scripting in PHP and emphasise on its significance in PHP applications.
February 2, 2010 Today Views: 1 Total Views: 436

User Input Validation

Author: webcodez  Rating:
A tutorial about User Input Validation in PHP using patterns.
February 1, 2010 Today Views: 2 Total Views: 126
I can remember years ago when I first began coding in PHP and MySQL, how excited I was the first time I got information from a database to show up in a web browser. For someone who had little database and programming knowledge, seeing those table rows show up onscreen based on the code I wrote...
January 20, 2010 Today Views: 1 Total Views: 279
PHP is so much more than a scripting language. It's a full-fledged language capable of building very complex applications. By harnessing the full power of Object Oriented Programming, you can reduce the amount of time you spend coding and use it to build better websites.
January 20, 2010 Today Views: 1 Total Views: 240
Pages:1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Next| Last