QUOTE(Redmagedon @ Jul 19 2008, 05:11 PM)

Hey. I'm new =]
Anyhoo, I've been trying to get my head around Php and all that, my site is currently in html but I'd love to use php instead. I wouldn't call myself stupid, but I'm just not getting it. Could someone (with the time and patience) help explain the basics please.
If not, is there a good link. Preferably php for dummies, all the long words confuse me
Thanks a bunch

To be a decent php programmer you really need to learn the long words, the community is more than happy to help you out if you don't know what something means, everyone has to start.
I personally think there's no better resource than the php manual, it really is the most concise resources out there for learning php. So many 3rd party sites teach bad practices. My suggestion would be only to use php.net for learning from (oh and Zymic.com's official tutorials on front page

), you can use other sites to help you get your foot on the rung, but never monkey their code as a large majority of it is poorly written (correct that, never monkey code fullstop

).
Decent resources:
Google books have a lot of previews of books, find one you like and you could go from there:http://books.google.com/books?id=r0RzbTtX1...HeDPkWdn1Lh3ovAphp manual:http://www.php.net/manual/en/language.basic-syntax.phpDon't forgot the IRC channel on Zymic too!