Hi all,
I've done something and I want to know if I should be ashamed :)

I've set up a form with method="POST" and target ="page.php?foo=bar"
it works fine. $_POST[...] gives me the data I want and $_GET['foo']=='bar'.
I freely admit it's an ugly kludge, but is it "bad"?
Ray

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

Reply via email to