Forum Moderators: coopster
then read about: stripslashes [us2.php.net]
and last (perhaps) read about: mysql_real_escape_string [us3.php.net]
so number one step is to know if in your php.ini
magic quotes are ON or OFF
if yes: stripslahes
if no: mysql_real_escape_string
the rest is within the links.