> I have a PHP web form setup for user to fill in information 
> then email it to me after pressing SUBMIT button.  Everytime 
> user uses double-quote(") or single(') it inserts (/) right in front 
> of " or '.  Does anyone know why and how to fix it?  Please advise.  

Look up:

stripslashes();

Chris

Reply via email to