Php courses/books suggestions

JoseArmando

work = life
Jul 24, 2008
2,456
65
0
Since there's thousands of resources I don't really know what might be a good formal way to learn php.

I already have some basic understanding and have coded fairly simple bits and pieces but I want to get high level programming knowledge so that I'll be able to create complex web applications.

Any suggestions? Basically I'd need something that's for a total beginner and which guides you slowly through the learning process with a lot of examples.
 


The o'reilly books on programming are usually good.

Most people coming from other languages just dive and an figure it out as they go.

Need to write a function? What's the syntax for defining a function. Hmmm goto php.net and do a search. Ah!! I see.

Implementing a pet project in php will get you pretty far in understand how to code php that way.