From: Doggy <dog...@ma...> - 2001-10-11 14:35:17
|
Hi, EB I know the FixQuote replaces all single single quotes with double single quotes (' becomes '') AND all occurrences of \' with '. But in some multi-bytes environment, the back-slash ( \ ) and single quote ( ' ) are part of words. So this function will damage words. My suggestion is use StripSlash() first, then use the mysql_escape_string() when string need to insert into MySQL. Maybe this question will be solved?! Any suggestion ? --- Pao-Hsi Huang Doggy Digital Creative Inc. Taiwan. ICQ: 16590114 |