see: http://www.shacknews.com/ja.zz?id=10811350
Logged In: NO
double quotes (") as well.
tested this on my forum textarea
It magic quotes. Depending on your web server settings this will only effect a few people.
Here
set_magic_quotes_runtime(0);
add that to the top of your phproxy.class.php file under <? php
It could be 0 or 1 you need to set that too. I always get confused on this one. 50/50 chance you get it right.
Reguards, nend SIProxy
Log in to post a comment.
Logged In: NO
double quotes (") as well.
tested this on my forum textarea
Logged In: NO
It magic quotes. Depending on your web server settings this
will only effect a few people.
Here
set_magic_quotes_runtime(0);
add that to the top of your phproxy.class.php file under <?
php
Logged In: NO
It could be 0 or 1 you need to set that too. I always get
confused on this one. 50/50 chance you get it right.
Reguards,
nend
SIProxy