William Stokes wrote:
OK. Where can I change the register_globals setting?
<snip>

In the php.ini and/or in a .htaccess (if you're using Apache, and that Apache server is configured to allow such changes in a .htaccess). However, let me be the fist to suggest that you leave register_globals off, and write code to work with that (it will continue to work properly on a server with globals on). Also, the standing rule: Never Trust User Input.

--
John C. Nichel IV
Programmer/System Admin (ÜberGeek)
Dot Com Holdings of Buffalo
716.856.9675
[EMAIL PROTECTED]

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to