Alex Shi wrote:
> Hi!
> 
> I want to know how can a script obtain the page name where 
> it was linked. e.g., there's a link on page.html, and the link 
> points to script.php, how can script.php know the name of
> page.html? Thanks in advance for all answer!
> 
> Alex

$_SERVER["HTTP_REFERER"]


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

Reply via email to