| How do you guys master PHP Programming Language?

How do you guys master PHP Programming Language?

SpoonHead asked the question:


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! =)

Related posts:

  1. which scripting language is the most used when it comes to Web Programming:ASP.NET,PHP,Perl,RubyonRails? Amitanshu G asked the question: Which scripting language is the...
  2. How to learn php programming ? Derek B asked the question: What are some good books....
  3. how to link image using PHP Programming language? Merlinda V asked the question: how can i link an...
  4. Is Ajax a faster programming language than PHP? LUIS III asked the question: I read somewhere that Ajax...
  5. What is first step to learn “PHP” programming? ISKRA asked the question: Should I learn any programming language...

Filed Under Programming & Design |

Tagged With , ,

Comments

2 Responses to “How do you guys master PHP Programming Language?”

  1. Ken H on May 25th, 2008 1:33 am

    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

  2. dt01pqt_pt on May 27th, 2008 2:40 pm

    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 Should give you a good tutorial. Also 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.