Ok I looked through a bunch of the threads people posted on PHP books, the good ones, etc. I am wondering if they are for me though. What would you reccomend for a person with just about zero experience with PHP, very willing to learn, and with a good deal of experience in other languages like Java, C++, and AS.
i suggest this one: http://www.amazon.com/exec/obidos/tg/detail/-/0764535617/qid=1062701758/sr=8-1/ref=sr_8_1/002-0587907-8571218?v=glance&s=books&n=507846
I’ll explain why later
recommendation: take all the PHP tutorials you can find.
Seriously, I think you’d be able to learn PHP without spending any money at all. Just take a look at the PHP tutorials in the sticky, and once you’ve learnt the basics, perhaps browse thru the function reference at www.php.net.
the tutorials at http://www.devshed.com/Server_Side/PHP are especially good IMO
Especially if you already know C or AS, as the syntax in PHP is very similar to those languages.
yeah I saw that earlier. Ok thanks ill look into it. I like the visual learning thing rather than text too.
Well I think I would like to have a book, if for nothing else than it is something to blame when my script doesnt work. I really would try your approach njs, but in a couple of weeks my life is going to get very very busy and I would like to be able to browse a book just to look up things fast and learn in spare time. I taught myself AS without anything but that took me a good part of this summer. As for the tutorials I will check them out. Thanks for the help…again
well in reality if your script doesn’t work its your fault. Not the fault of the book because all of the scripts in the book work. Honestly you don’t need about book. I bought the book that I recommended earlier and its definatly good at teaching the basics and from there I just studied the manual and learned the different libraries of functions. Good luck, and check the sticky post in this section for more tutorial sites about PHP and if you have any specific questions then let me know.
I think I will do that then. Once I have a grounding in the basics, i should be able to teach myself pretty easily. thanks