ajax load and php server request uri
        Posted  
        
            by Ahmet vardar
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ahmet vardar
        
        
        
        Published on 2010-05-23T01:13:42Z
        Indexed on 
            2010/05/23
            1:20 UTC
        
        
        Read the original article
        Hit count: 411
        
Hi,
I am loading "myscript.php" to a div.
When i use $_SERVER['REQUEST_URI'] in myscript.php, it prints myscript.php's url. 
how can i print the page's url that myscript.php is loaded into ?
thanks
© Stack Overflow or respective owner