I'm just starting to learn php and I'm really having a tough time finding tutorials that have script examples with them. What I need is something that will show a script, then walk me through the steps of creating it myself. Preferably starting with beginner scripts, then working up to more complicated ones. Is there anything like that on the 'net? I've gone through the w3schools one and tizag, but they don't having many script examples to work on. I need to do more that read about it, I need to DO it with many different examples before it will really click.
Check out both http://www.good-tutorials.com/ and http://www.pixel2life.com/ They have very good tutorials for PHP and various other subjects. If there is a good tutorial out there they will have it
for php help/function examples I use http://php.net/ more often than anything. After the function descriptions and officail samples, there is a user discussion with additional user submitted examples, and functions to do common tasks. to see a particular function just go to http://php.net/FUNCTIONNAME ie http://php.net/fopen or http://php.net/curl -Jason