Hello Robin,

Tuesday, January 6, 2004, 12:31:24 AM, you wrote:

RK> Is there any way to retrieve a key value from $_POST when there is more than
RK> one $_POST array entry?

Do this:

echo "<pre>";
print_r($_POST);
echo "</pre>";

If you can see it, you can retrieve it. Otherwise, you can't.

-- 
Best regards,
 Richard                            mailto:[EMAIL PROTECTED]

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

Reply via email to