Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsDiscussion Forum → Good php/mysql books
Good php/mysql books
2004-10-31, 1:26 PM #1
This might belong in the Tech forum, but I wasn't sure so I put it here for more traffic.

I'm basically just looking for suggestions on a good php/mysql book. If anyone knows any good ones, let me know. Also, any pointers/websites/tools/misc. anything that might help me get a better understanding of the two and using em together should post it here as well.
</sarcasm>
<Anovis> mmmm I wanna lick your wet, Mentis.
__________
2004-10-31, 1:29 PM #2
I have "PHP 4.x" (French) which was translated from the American book "PHP Professional Projects." It's a great book, however the online documentation at both php.net and mysql.com were just as helpful.
2004-10-31, 1:31 PM #3
I've taken good looks at the docs, but the book is something for me to study when I'm not at home/when my wireless card overheats.
</sarcasm>
<Anovis> mmmm I wanna lick your wet, Mentis.
__________
2004-10-31, 1:32 PM #4
Then get my book. It was great from start to finish, starting with basics, getting in to databases and finishing with extensive projects (online store, etc...).
2004-10-31, 1:33 PM #5
php.net has a downloadable version of the docs.

http://www.php.net/download-docs.php

And if you do get a book, make sure its the lastest version, so that it covers PHP 5 rather than 4.
2004-10-31, 2:34 PM #6
i have begining php 4. it's very good.
http://wrox.com/WileyCDA/WroxTitle/productCd-0764557831.html
2004-10-31, 2:55 PM #7
If you are familiar with C/C++, PHP will be A LOT easier to grasp. But it is not that difficult of a language for beginners. MySQL (SQL in general) is another beast though. It's not overly difficult but queries can become long and complicated

Some SQL samplings to see what it's like
INSERT INTO a_table(col1,col2,col3) VALUES('JediGandalf',22,California)

SELECT col1,col2 FROM a_table WHERE col3="Arizona"

DROP DATABASE massassi
:D
Code to the left of him, code to the right of him, code in front of him compil'd and thundered. Programm'd at with shot and $SHELL. Boldly he typed and well. Into the jaws of C. Into the mouth of PERL. Debug'd the 0x258.

↑ Up to the top!