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

What I need to do, of course, is get "add_event" sent in something like a
POST command. I could make a page with a bunch of forms / buttons / etc.
but this is ugly.

With the header() function, shouldn't I be able to make an HTTP header
that would simulate POSTing from a form?

Or is there some other way I can simulate POSTing from a form?

My goal is for the user to be able to click on what appears to be an
ordinary link (text or picture) and have that click "POST" my
action=add_event to myevts.php.

Any ideas?
Thanks,
Paul Kaiser

--
Illini Media: 265-9844
Home: 351-8149



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

Reply via email to