Hi,
Did you use a <FORM action='script.php' method='POST'> in HTML ?
Notice the POST method. You can also use $_REQUEST, which hold all
variable posted, either by POST or GET.
Cheers,
Catalin
"Ted Yu" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
> I found that $_POST['name'] is empty inside my PHP script whose previous
> HTML page has the following:
> <input type="text" name="name">
> How can I retrieve values in input fields ?
> Thanks
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php