Hi Marek,
That is switched off. However, I was just having another look at the
problem, and, it actually appears to be fixed! I didnt shange anything, so
the ISP must have done something?
Thanks,
Kevin
Marek Kilimajer <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED
You ISP turned magic_quotes_runtime on, use set_magic_quotes_runtime()
to override it.
Kevin Lowe wrote:
Hi,
I have just noticed a problem reading MySql data with PHP running as an
apache module.
Basically, any data retrieved from MySql that contains a single quote (and
no doubt other characte
Hi,
I have just noticed a problem reading MySql data with PHP running as an
apache module.
Basically, any data retrieved from MySql that contains a single quote (and
no doubt other characters too) is displayed with a slash in it when printed
by PHP.
For example:
$surname = "O'Brien";
print "$su
3 matches
Mail list logo