Learning PHP & MySQL

Step-by-Step Guide to Creating Database-Driven Web Sites

Explains how to build interactive Web sites with the PHP scripting language and the MySQL database.

When you send data that has special characters escaped to MySQL for insertion,
MySQL auto- matically knows to convert the string back to the original values for
storage in the database. While magic quotes are good for beginners, they tend ...