Web Hosting Talk







View Full Version : Good php/sql and CSS books


Abvex
05-08-2004, 02:27 PM
Hi I am planning to study php, sql and css. I have been looking around for a good book (that is EASY) for these languages. There are so many that I have no clue which one to purchase. I can learn them from a resource website but I like good old way better :D so let me hear your suggestions (or experience).

p1az
05-08-2004, 02:29 PM
PHP & MySQL for dummies is the best one I found to start out on.

CSS, hmm not sure of any titles there

Abvex
05-08-2004, 02:30 PM
Thanks I'll add that to my list but still need some more titles.

abner108
05-08-2004, 06:41 PM
I've found the following books to be very helpful. However, they may be a bit too technical for someone new to programming. All are O'Reilly books.

Programming PHP
Web Database Applications, with PHP and MySQL
PHP Cookbook
Dynamic HTML, the definitive reference. (covers HTML, CSS, DOM)
Managing and Using MySQL
MySQL Cookbook
SQL Tuning (more advanced SQL discussion)

Zopester
05-08-2004, 08:09 PM
For CSS and web standards:

Eric Meyer on CSS (http://www.amazon.com/exec/obidos/tg/detail/-/073571245X/qid=1084061162/sr=8-1/ref=pd_ka_1/104-5136261-6784728?v=glance&s=books&n=507846)
More Eric Meyer on CSS (http://www.amazon.com/exec/obidos/tg/detail/-/0735714258/qid=1084061162/sr=8-2/ref=pd_ka_2/104-5136261-6784728?v=glance&s=books&n=507846)
Designing With Web Standards - by Jeffrey Zeldman (http://www.amazon.com/exec/obidos/tg/detail/-/0735712018/qid=1084061162/sr=8-3/ref=pd_ka_3/104-5136261-6784728?v=glance&s=books&n=507846)
Cascading Style Sheets: The Designers Edge - by Molly E. Holzschlag (http://www.amazon.com/exec/obidos/tg/detail/-/0782141846/qid=1084061162/sr=8-2/ref=sr_8_xs_ap_i2_xgl14/104-5136261-6784728?v=glance&s=books&n=507846)

Bit of bedtime reading there! ;)

jasong
05-09-2004, 03:19 PM
Here is a great php book i'm reading:

Teach yourself php in 24 hours published by SAMS. (they also cover mysql)
I've been reading it for about 3 weeks now, and it is very easy to understand.
Its over 300 pages.
One of the most important things to look at in a book like this is to make sure they give you lots of examples of what it looks like in a text editor, and then what it looks like on the web.

Highly recomended :)

ChrisF79
05-09-2004, 06:23 PM
Best book I've found yet on CSS is:

http://www.amazon.com/exec/obidos/tg/detail/-/0130092789/qid=1084140687/sr=8-1/ref=pd_ka_1/102-8365475-3976138?v=glance&s=books&n=507846

In my opinion, its a must have.

EdtheStang
05-09-2004, 06:51 PM
Im using the PHP in Twenty Four hours now. I like it.

The O'Reilly books are really complicated.