PHP Tutorial
Top 20 Similar PHP Tutorials
How to safely clean user data
Using regular expressions to clean data can ensure that you will not get any sort of MySQL injections.
Security »
How to make clean and readable code in PHP
Keeping your code clean is essential. Therefore Combined Minds will give you some handy tips to increase readability in this tutorial. A must-read for all beginning PHP coders.
Basics »
Macronimous - Writing clean, secure and easy to maintain PHP code
Any code when written in a clean, easy to understand and formatted way is readily accepted and acclaimed by one and all. It is essential that the codes we write should be able to be understood by all, because the same programmers need not necessarily work on the same set of codes always.
Basics »
Making a recursive search class without killing yourself
Learn more about making a recursive search class
General »
Making a simple site search with using PHP and MySQL
Learn how to make a simple site search with using PHP and MySQL
General »
Making Data Dynamic - The main strength of PHP is support for a vast number of DBs
This tutorial tackles quite a number of databases and shows the basic operations with them: connecting, sending SQL statements, and evaluating the return values. No matter what your database-driven web application must do, it always has to do these steps.
Advanced »






