How do you guys master PHP Programming Language?

Hello!

Well, for those experts there, how do you guys master PHP Programming Language?

I can't seem to find any good courses in colleges / uni that offers a subject on "PHP Language" ...

So, how do you guys managed to learn it? Via books and e-books?...

Do share your experience!..
Thank you! =)

dt01pqt_pt2006-10-03T01:59:29Z

Favorite Answer

I recommend PHP & MySQL For Dummies by Janet Valede. That would teach you the basics you would need to know about using PHP and mySQL. The beauty of PHP is it is open source and there are loads of recourses out there. I you know any C derived languages such as JavaScript it should make it a bit easier. Though to be honest it is not a difficult language at all.

You might want to try http://www.w3schools.com/php/default.asp Should give you a good tutorial. Also http://www.php.net/ is good for looking up things once you have got the hang of it. Personally I one of those people who thinks teach yourself is the best way to learn, and it is perfectly possible to do that with PHP.

Anonymous2017-01-12T23:33:02Z

Master Php Programming

Ken H2006-10-02T22:57:49Z

Well, books, ebooks, and classes are about all your choices. There is a tutorial on the php website you could start with. I recommend

1. Go through tutorial, write your own similar sample code
2. Study the language specifications
3. Practice
4. Go to step 3