Hi,
I use qstr (instead of the php addslashes) to escape content, however sometime I have to remove the escape characters; I would use stripslashes but I actually need an adodb replacement since I used qstr, otherwise:
- not all the characters escaped would be un-escaped
- since magic_quotes_sybase is not available anymore I couldn't unescape content escaped with ' (instead of \)
Is there any adodb functiond I can use to unescape content?
Thanks! |