> Secondly, what is best/favorite way to escape chars
> for mysql? I know that mysql_real_escape_string()
> has been recommended recently. But that brings up
> the
> issue of magic quotes. Would
> set_magic_quotes_runtime(0) be a reliable way of
> making sure my code runs with magic quotes off
I would like some advice on special/reserved chars in
strings, especially single quotes.
I am developing an application that requires using a
Name field in the url for navigation. I have a case
where "Toni's" in the url is returned in
$_SERVER['PATH_INFO'] as "Toni\'s" eventhough the
address bar
2 matches
Mail list logo