problems with escaped data
Posted: Fri Apr 24, 2009 9:16 am
everytime i submit a signle or double quote to php, php escapes it with a backslash which i can stop by stripslashes()
but my question is is what i am doing correct? becuase if i dont it causes some real problems if its not removed, i jus figured there are lots of
open source applications out there that deal with so much data and it will be difficult to unescape data one by one so there must be a better way
to handle this. is there? or is there a specific way of handling this?
but my question is is what i am doing correct? becuase if i dont it causes some real problems if its not removed, i jus figured there are lots of
open source applications out there that deal with so much data and it will be difficult to unescape data one by one so there must be a better way
to handle this. is there? or is there a specific way of handling this?