PHP - MySQL Tutorials

The best one I found is:
http://devzone.zend.com/node/view/id/627

It's written in a unusual funny way so you will enjoy reading it (I know i have), easy to understand and made for ppl that are new to php. Covers even some more advanced stuff, so it's not your average php tutorial like:

Code:
<?php 
echo 'I know php now!';
?>
And know you know php. NOT

Anyway i have only good words for this tutorial. It really opened my eyes what php can do for me and how easy php is.
 
Back
Top