help http variables

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • miganga77

    help http variables

    how can get the url address of the page i submit the stuff from in a php
    page? any ideas. i tried some http variables but couldnt find anything


  • billy chan

    #2
    Re: help http variables

    [Sun, 30 May 2004 18:08:58 GMT] "miganga77" <aktanaktas@sbc global.net>
    ¼g¨ì:[color=blue]
    >how can get the url address of the page i submit the stuff from in a php
    >page? any ideas. i tried some http variables but couldnt find anything[/color]

    $_SERVER['REQUEST_URI'] ?

    Comment

    Working...