show/hide this revision's text 2 added 51 characters in body

I would recommend doing all you can to avoid changing register_globals to on as it's a major security hole.

But you can try using init_set() to change the settings within your PHP code, although I'm not sure if these can some settings cannot be changed after once PHP has started running. (These are somewhat server dependent I believe.)

show/hide this revision's text 1

I would recommend doing all you can to avoid changing register_globals to on as it's a major security hole.

But you can try using init_set() to change the settings within your PHP code, although I'm not sure if these can be changed after PHP has started.