ronsmyth
06-08-2005, 03:19 PM
I am trying to post information on a webpage and whenever I have a quote or apostrophe character the result shows a backslash preceding every quote and apostrophe. Is there someway to stop that from happening?
|
View Full Version : apostrophe and quote problems ronsmyth 06-08-2005, 03:19 PM I am trying to post information on a webpage and whenever I have a quote or apostrophe character the result shows a backslash preceding every quote and apostrophe. Is there someway to stop that from happening? thezeppzone 06-08-2005, 04:05 PM are you the one with the page or are you filling in information on another page? I had this problem with the php taboard i created. if its your page that other people post on, and as far as php goes, its $variable = stripslashes($variable); if you are the one submitting the info, its simply up to the website that you are posting on. its a common problem, just because not everyone puts the codes in their scripts. |