Stuart wrote:
http://php.net/strip_slashes
http://php.net/stripslashes (oops, sorry)
--
Stuart
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
A. Mikkelsen wrote:
Problen with format..
But when I ECHO 'new_loc_path' in a function I get
S:\\Script\\License\\
But I want go get
S:\Script\License\
can anyone help ???
magic_quotes_gpc is on, addslashes() is run on each get, post and cookie
variable.
A. Mikkelsen wrote:
But when I ECHO 'new_loc_path' in a function I get
S:\\Script\\License\\
But I want go get
S:\Script\License\
http://php.net/strip_slashes
You might also want to look into the magic_quotes_gpc option in php.ini.
--
Stuart
--
PHP General Mailing List (http://www.php
Problen with format..
***
4 matches
Mail list logo