Re: SEO Guy Needs Help with PHP
Start at w3schools, then buy a book if you are really dedicated. There are a ton of good PHP beginner's books out there. Once you've mastered the basics of PHP and MySQL, buy "PHP in Action: Objects, Design, Agility" and read it from cover to cover. It's not necessarily the best intermediate book but it is a good over view of a lot of different aspects of writing good PHP. Once you've done this, download some open source libraries and study those. Then download an entire program, maybe Drupal, and see how it works. Write some plugins for it. Then you will be ready to code just about anything (as long as you understand the problem domain).
|