It means that you can't set that setting inside a script with ini_set.
Since the earliest opportunity to set it in a script would be after it would have already done it's job, it won't work.
You must set it before the script runs.
Chris
Ben Edwards wrote:
In the php manual it states
' Keep in mind that the setting magic_quotes_gpc will not work at runtime.'
What douse this actualy mean?
Ben
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php