
August 29th, 2005
01:16 AM
Neverside Newbie
Status: Offline!
PHP & MySQL Books...
Hi,
Are there any PHP & MySQL Book(s) that cover the following topics?
- Includes a beginners guide to PHP & MySQL
- MySQL Databases, creation & integration with PHP
- Creating a PHP & MySQL Driven Website Backend
- User Sessions utilizing both PHP & MySQL (Including information about cookies etc.)
- Making Scripts Secure
- Making a completely user customizable website (e.g. the User can change colour settings, move objects around, have personalised home page, add own rss feeds etc.)
- More In-Depth/Specific uses for PHP (i.e. creating a comments system, creating a online content creation system etc.)
Most likely, all of that isn't in one book, but I'd basically want any books that cover all of that. Just the titles, so I can get em and start learning. I would be very greatful.. Thanks in Advance to anyone who can help!
Cheers,
// Xeijin

August 29th, 2005
01:19 AM
The Internet!
Well, if you want a book, try Sams each Yourself PHP, MySQL, and Apache.
Last edited by theTrinity, August 29th, 2005 01:19 AM (Edited 1 times)

August 29th, 2005
01:58 AM
Neverside Newbie
Status: Offline!
Pretty much anything by Sams Publishing. They're the best. Look through their books and find what interests you.
___________________
I don't suffer from insanity; I enjoy every minute of it.
Unintended Theory | Cacrew v4

August 29th, 2005
07:49 AM
Neversidian
Status: Offline!
PHP and MySQL for dynamic websites - By Larry Ullman.
It's the best you're gonna get! :)

August 29th, 2005
12:43 PM
Web Developer & Geek
Status: Offline!
I'm going to second the Larry Ullman book, that's the one that got me going better than any other. I've still got it and use it sometimes if I need to check a certain thing.
___________________


August 30th, 2005
12:26 AM
Neverside Newbie
Status: Offline!
So will any of these books have info on letting the user customize the interface, and add their own features? (e.g. RSS Feeeds.) Thanks guys.
//Xeijin

August 30th, 2005
01:25 AM
Some of the Sams books have in-depth, like tutorials, that teach you how to make stuff like an address book, a small discussion forum, ect.

August 30th, 2005
01:37 PM
Neverside Newbie
Status: Offline!
I would differently recommend Larry Ulman's PHP and MYSQL for dynamic sites, started me of pretty good.

August 30th, 2005
08:48 PM
thinking of something witty to put here
Status: Offline!
Originally posted by xeijin:
So will any of these books have info on letting the user customize the interface, and add their own features? (e.g. RSS Feeeds.) Thanks guys.
//Xeijin
I think you should just use the book to get acquainted with the language. It's much better to write scripts yourself because when you are copy pasting you are not really learning anything.
By the way, you can save some money and skip the book if you want :) I learned from this Webmonkey tutorial to get ahold of basic programming concepts. Then you can let PHP.net guide you up to black belt status.