Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
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! =)
3 Answers
- 1 decade agoFavorite 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.
- Ken HLv 41 decade ago
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