In that case, you probably could have accessed your variables like so:

$HTTP_POST_VARS["action"]

or $HTTP_GET_VARS["me"]

Depending on how the variables were submitted (POST or GET).

Nicole
www.aeontrek.com


Pilotdave <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED].;
> Woohoo, the problem seems to have been register_globals being off.  In
> reading the php.ini info about it, it sounds like having it on can be
> dangerous.  I tried following the instructions in the manual about using
> variables with register_globals off but couldnt get it to work so i just
> turned it on.
>
> Dave
>
>
>



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

Reply via email to