ID:               21860
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Bogus
 Bug Type:         Variables related
 Operating System: Windows 2000 Server
 PHP Version:      4.3.0
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

A browser may choose not to send the referrer variable, infact in some
browsers you can specifically specify that the browser should not send
this variable.


Previous Comments:
------------------------------------------------------------------------

[2003-01-24 06:07:32] [EMAIL PROTECTED]

I try different way to read the referer :

<?php
echo foo();

function foo() {
  return $_SERVER['HTTP_REFERER'];
}
?>

<?php
$ref = getenv( "HTTP_REFERER" );
echo $ref;
?>

<?php
echo $HTTP_REFERER;
?>

but in any case I never had a result.

I try with php configured as CGI and as ISAPI.




------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=21860&edit=1

Reply via email to