Hello, I was wondering if anyone knows of any good PHP tutorials for beginners. Any help would be appreciated.
w3schools (dot) com should get you started .. but you need to install an apache and php .. I recommend phptriad which installs you apache + php + mysql and test every small chunk of php from tutorial sites ..
I've no where near learnt PHP yet, but definitely make one of the first things on your list to learn pulling and showing things in a database, with something as simple as that you can create nifty scripts.
Sit back and enjoy with a bag of popcorn : http://www.phpvideotutorials.com/ Convincing online video tuts there.
read the manual at php.net the comments are loaded with examples, and usually provide solutions to common problems