Re: [PHP] Turning magic quotes on/off.

2001-01-16 Thread Rasmus Lerdorf
> I just struggled with quoting in php3 and php4. Traditional > old-style raw data would be nice to have but using > set_magic_quotes_runtime (false) doesn't help. Should that > turn it off anyway? It is likely already off. magic_quotes_runtime is a legacy feature nobody uses any

[PHP] Turning magic quotes on/off.

2001-01-16 Thread void
Hi, I just struggled with quoting in php3 and php4. Traditional old-style raw data would be nice to have but using set_magic_quotes_runtime (false) doesn't help. Should that turn it off anyway? Another thing not documented to me is get_magic_quotes_gpc (). What does t