Kaushal Shriyan wrote:
I have put the below in test.php

<?php
var_dump($_REQUEST);
var_dump($_ENV);
?>

I am getting the below information which is not formatted

[snip] ...[/snip]

Actually If I run my test.cgi file I get well formatted one and also
If you can see from the output
HTTP_USERNAME nick="amit",Master="0",acct_no_hash="1B2M2Y8AsgTpgAmY7PhCfg==",EMAIL="[EMAIL PROTECTED]"
which is missing from test.php script

Thanks Again

Kaushal


and thank you aswell. May I ask why you posted to this mailinglist? did you actually have a question? or did you just want to share your headers with the world...?

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

Reply via email to