Brent Clements <mailto:[EMAIL PROTECTED]>
    on Wednesday, November 17, 2004 11:55 AM said:

> Let's say I have a page at another site that links to a php script on
> my server. Is there anyway to get the referrer to the php script
> using php? 

Yes, and more.

<?php

  echo "<pre>",print_r($_SERVER),"</pre>";

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

Reply via email to