[snip]
Thanks for the advice... The link worked.... Now it is saying this:

Notice: Undefined index: action in....

It only says this if there is no action...it goes away once I click the
link and the action=someaction.... Is there a way to fix my php so that
I dont have to change all of the web sites hosted on my server?? Thanks!
[/snip]

There are some caveats, but change register_globals to 'on' in php.ini
and then go read about register globals on the php site....there are
some things to condsider about the security vulnerability of certain
variables;

Jay

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

Reply via email to