how to strip slahses

how to strip slahses

gajendrabanggajendrabang Posts: 1Questions: 0Answers: 0
edited December 2009 in General
Hi,

My data contains slashes, double quotation etc so I used addslashes function in php file

but the table shows data as

\"100v/50/60hz

how can I strip slashes

please help

Replies

  • shimy1984shimy1984 Posts: 7Questions: 0Answers: 0
    You could just use stripslashes($variable); before the call to output from your server side script.
This discussion has been closed.