|
OP: Best way to learn PHP depends on your current experience or knowledge of programming in general. If you have never programmed before, you want to pick up a basic book, like a PHP for dummies type book.
If you are familiar with programming and understand the C style syntax you should still get a book but one more advanced that focuses more on using PHP for interesting projects, like building shopping carts, forums, etc.
The best way to learn is to read, do and if you experience problems visit a online forum and ask lots of questions.
I personally favour devnetwork.net for anything LAMP related, plus the community is fairly focused on best practices -- which are important if you want to make a career out of it.
Good luck
|