You can enter the following UBB tags: [b]bold[/b], [i]italic[/i], [red]red[/red] and [pre] [/pre]
Topic: unescape (kind of stripslashes) in adodb
author: Eugenio
created: 01-05-2012 11:01:03 AM
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!
Topic: Re:unescape (kind of stripslashes) in adodb
author: John Lim
created: 03-05-2012 09:47:13 AM