PDA

View Full Version : php tutorials


whl626
01-02-2004, 11:33/11:33AM
Do you know any sites that have good php tutorials ? All the ready-made for downloads php scripts so far don't fit my requirements.

And I hope I can learn to write on my own.

Dan0
01-02-2004, 13:45/01:45PM
Start at the PHP site, with the official tutorial: http://www.php.net/tut.php. The interactive manual online at PHP.Net also has just a ton of useful examples and stuff that have been posted by users.

There are several more tutorials listed in the Open Directory, ranging from basic to advanced:
http://directory.google.com/Top/Computers/Programming/Languages/PHP/Tutorials/

Hotscripts also has a nice categorized listing of articles, tips, tutorials, etc. at http://www.hotscripts.com/PHP/Tips_and_Tutorials/index.html. Hotscripts has had a hard time keeping up with editing, but it's still a great resource.

whl626
01-02-2004, 22:25/10:25PM
In fact, I downloaded some tutorials from Kazaa Lite and other resources but the thing is they don't start from the very basic of php. eg. teaching learners how to use the basic commands such as ' include ' ' $QUERY_STRING ' ' if .. else ' etc.

Let me take a look at the sites you've mentioned :)

Cosmin
23-02-2004, 09:50/09:50AM
You can try:

www.w3schools.com (http://www.w3schools.com)

www.phpfreaks.com (http://www.phpfreaks.com)

Cosmin