|
Re: Escape Characters Galore [message #8279 is a reply to message #8277] |
Mon, 20 January 2003 18:07 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You don't need to manually escape characters, that's already done automatically for you.
\'TEST\'
As you can see here it works just fine on this forum even when you do that. The problem may have to do something with your PHP's magic_quote_gpc setting (is it on?).
Also, which version of FUDforum are you using?
FUDforum Core Developer
|
|
|
|
|
Re: Escape Characters Galore [message #8294 is a reply to message #8281] |
Mon, 20 January 2003 21:17 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
See if the problem can be solve by either turning off magic_quotes_gpc or turning on register_globals.
FUDforum Core Developer
|
|
|
|