Craig Donnelly wrote:
Show the code you are using...

I'm having the same problem. Here is a test script that prints Array() regardless of what you enter and submit with the form:


-- test.php --
<?php print_r($_POST); ?>
<form method="post" action="test.php">
<input type="text" name="foo"/>
<input type="submit"/>
</form>

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



Reply via email to