Click to See Complete Forum and Search --> : PHP / MySQL


icronk
04-25-2004, 08:04 PM
I'm learning PHP and MySQL. I am reading material from various tutorials, the MySQL site, php.net, and a couple of ebooks. I would really like to understand not only how to script with PHP but the all the web stuff with MySQL too. I've found that most information on these topics (except for the MySQL site) are basically guides to learning PHP scripting. I was wondering if anyone could recommend a good book on these topics?
Thanks
irc

mdwatts
04-26-2004, 11:28 AM
PHP is on my long, long list of things to learn, so I wouldn't know of any books that I could recommend.

Have you searched some of the publishers websites? www.oreilly.com and such?

mak2k
04-26-2004, 11:32 AM
don't bother with books for php. The best reference ever:

http://www.php.net

You'Ll ever all your answers there

Choozo
04-26-2004, 01:05 PM
www.phpbuilder.com for excellent examples, etc. :D

zeke676
04-29-2004, 04:02 PM
a good book get is "PHP and MySQL Web Development, Second Edition
by Luke Welling (Author), Laura Thomson", it has a bunch of useful info on how forums, shopping carts, etc work on the web. Also covers a little bit of Apache too. Then for things you dont understand use www.php.net as a reference.

The Linux Kid
04-29-2004, 04:18 PM
The way I learnt PHP was to search the web for a PHP site that looked like I could make it, and then I emailed the webmaster who very kindly sent me a copy of the code for the site, that he commented completly for me. After reading that, I just used php.net for reference.

The Linux Kid

hard candy
05-01-2004, 06:33 AM
If you want something to read while sitting in the "throne room" (the one with the white throne) try this one.
Linux Central-PHP Cookbook (http://linuxcentral.com/catalog/index.php3?prod_code=T000-221)

goon12
05-06-2004, 03:17 PM
The Wrox PHP book is pretty good, and along with the other links posted I would also bookmark this page: http://www.zend.com/phpfunc/

Check the m's in the functions for mysql* functions.


-goon12