i find var_dump, trigger_error really useful in situations like these.

just do
var_dump($_POST); var_dump($_GET);
in the action{.php} script

and u'll find a good deal of useful information

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

Reply via email to