On Saturday 13 September 2003 12:24 am, Michael Torrie wrote:

> globals are turned off for security reasons in PHP now.  I suggest you
> access them through the variables $_SERVER, $_POST, $_GET and so forth,
> or else you're vulnerable to someone typeing ?something=asdfsdf on the
> url.  Don't turn globals on if you can help it at all.

Wait, okay, so $PHP_SELF must be gotten to using $_SERVER, so is this why when 
I was sucking in something using $_POST named $_POST['something'] that if I 
just used $something it already knew what it was without me having to tell 
it?

-- 
Jacob Albretsen
[EMAIL PROTECTED]

____________________
BYU Unix Users Group 
http://uug.byu.edu/ 
___________________________________________________________________
List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list

Reply via email to