Just don't use register globals and use "if ($_POST)" instead of "if($action=='post')" so you don't have to include that ?action=post in the query string of your action.

Dvdmandt wrote:
Accutually, I intented ?action=post, and if($action=='post'), just forgot to
add method="post".. :p


-- Regards, Ben Ramsey http://benramsey.com http://www.phpcommunity.org/wiki/People/BenRamsey

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



Reply via email to