Re: [PHP] URL / address

2001-03-15 Thread Aviv Revach
Hey! You could easily use the Environment Variables. echo "http://$HTTP_HOST/$PATH_INFO"; will do the trick.. Best Regards - Aviv Revach At 13:45 15/03/01 +0100, Geer wrote: >Hi there, > >Does anyone know how I can read the address of URL the user filled in in >his/her browser???

RE: [PHP] URL / address

2001-03-15 Thread Matt Williams
> Does anyone know how I can read the address of URL the user filled in in > his/her browser??? I presume you mean when asking for page on your server. $REQUEST_URI see. http://uk.php.net/manual/en/language.variables.predefined.php for more details and others M@ -- PHP General Mailing Li

[PHP] URL / address

2001-03-15 Thread Geer
Hi there, Does anyone know how I can read the address of URL the user filled in in his/her browser??? Greetings, Geer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administr