![]() Join Up! 96817 members and counting! |
|
|||
php3-list | 199908
Date: 08/31/99
Ok - I have a very weird problem with parsing the $HTTP_POST_VARS.
When I use perl - I can see everything coming in via a POST - but when I use
I execute the following using a POST :
<?;
echo " The request method is $REQUEST_METHOD <BR>";
while (list($name, $value) = each($HTTP_POST_VARS)) {
echo "End"
?>
And this is the output :
The request method is POST
End
Can I assume b/c the $CONTENT_LENGTH is 2662 - that there is something in
I know I will get a lot of " But it works on my box " Im sure - but this
Any ideas at all would be most grateful!
Thanks,
Rob
RegSoft.com, Inc. - Shareware Sales and Registration Service
-- PHP 3 Mailing List <http://www.php.net/> To unsubscribe, send an empty message to php3-unsubscribe <email protected> To subscribe to the digest, e-mail: php3-digest-subscribe <email protected> To search the mailing list archive, go to: http://www.php.net/mailsearch.php3 To contact the list administrators, e-mail: php-list-admin <email protected>
|