Does your script use the "exctract" function? That might cause this type of behaviour . . .
Dave >>> [EMAIL PROTECTED] 09/13/03 9:40 AM >>> 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, 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? ____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
