[snip]
I went to the php.ini File & it opened in notepad. I had this info:
==========================================
; You should do your best to write your scripts so that they do not
require
; register_globals to be on;  Using form variables as globals can easily

lead
; to possible security problems, if the code is not very well thought
of.
register_globals = On
==========================================
Does that imply register_globals is "On"

 My site's PHP info is available at
http://www.primarywave.com/myPHPinfo.php
[/snip]

Yes, register globals is on.

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

Reply via email to