Paul Kaiser wrote:

>Greetings,
>
>With register_globals off, I can no longer call specific functions form my
>PHP script by linking text/graphic as such:
>
>http://www.mysite.com/mydb/myevts.php?action=add_event
>
Use $_GET['action'] on this get variable within your myevts.php script 
to obtain its value.

HTH
Chris


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

Reply via email to