Thanks, I figured it out. You add the () slash before input character such as (') and (") so that they do not interfere with SQL statements or mySQL Database functions. You can test if you have this feature (addslashes() is run apon entering information into a form) automatically installed by running the function get_magic_quotes_gpc(). Remember to stripslashes() before you display the output to the user. What a great utility!