Posted by Man-wai Chang on 03/15/07 05:40
> function quote_smart($value)
> {
> // Stripslashes
> if (get_magic_quotes_gpc()) {
> $value = stripslashes($value);
> But when I replace the quote_smart function with the normal addslashes
> function, it works. (my default magic_quotes_gpc = off)
You talking about "add" or "strip"?
--
iTech Consulting Co., Ltd.
Expert of ePOS solutions
Website: http://www.itech.com.hk (IE only)
Tel: (852)2325 3883 Fax: (852)2325 8288
Navigation:
[Reply to this message]
|