View Single Post
Old 12-09-2008, 10:26 AM   #6 (permalink)
BoneIdol
Penniless Student
 
BoneIdol's Avatar
 
Join Date: Dec 2008
Location: Englandshire
Posts: 100
Credits: 77
Thanks: 2
Thanked 43 Times in 32 Posts
BoneIdol is a jewel in the roughBoneIdol is a jewel in the roughBoneIdol is a jewel in the roughBoneIdol is a jewel in the rough
Points: 1,108, Level: 18 Points: 1,108, Level: 18 Points: 1,108, Level: 18
Activity: 0% Activity: 0% Activity: 0%
Default Re: Best sources to learn PHP



For shame! How could you all forget php.net?

php.net contains wonderful documentation on php's features and functions, and is particularly useful if you've already got a head for programming. Check out http://www.php.net/manual/en/ for the full documentation manual, but you can also just go http://www.php.net/echo (or some other function name) to check out a particular function.

I would also recommend downloading either wamp or xamp. These are simple installers that install everything you need to get started with php (and perl if you use xampp). Most people give up learning php because you have to install a lot of stuff to get started.

All you have to do is place your php files inside of {xampp installation folder}/htdocs/ or {wamp installation folder}/www/, depending on if you installed wamp or xampp, then point your web browser to http://localhost/your_php_file.php and you're steady away!

Cheers!
BoneIdol is offline   Reply With Quote
The Following User Says Thank You to BoneIdol For This Useful Post:
Kyle (12-09-2008)