Click to See Complete Forum and Search --> : \ appears before ' ...


cyborg
07-14-2003, 01:58 AM
when I submit a form using textarea fields (I haven't tried input text boxes), it puts a \ infront of all the ' (and I think it might do it with the " too, I dunno) when I print the variable on the php page... how do you prevent it from doing that, or how do you remove it afterwards?

Kr|Z
07-14-2003, 04:26 AM
stripslashes();