Possible Duplicate:
What is the best way to learn php?

I want to learn PHP in a systematic way. But i dont know anything about it. How can i learn it and what are the pre-requisites to learn it. Provide me some good links or books to refer. I want to learn it practically.

link|improve this question
I think this might be more ontopic over @ programmers? Vote to move. – Nanne Mar 14 '11 at 6:52
feedback

closed as exact duplicate by Nanne, Will Mar 14 '11 at 10:38

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

3 Answers

best reference is php.net

download documents

also there is many book you can buy it

link|improve this answer
1  
To add to this answer, Beginning PHP 5.3 by Matt Doyle is a pretty good book. The systematic way to learn would probably be to follow a book. The best way would be to write some code and use the PHP docs to help you when you get stuck. – eddflrs Mar 14 '11 at 7:04
feedback

http://www.php.net/manual/en/ The php site it self is a fantastic reference and introduction. After skimming that I would recommend setting up a LAMP server on Ubuntu and just hacking through some ideas. I could recommend a more specific path if you could tell me a little about your programming background if any.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.