Jump to content

[SOLVED] returning the whole URL with PHP


truegilly

Recommended Posts

Hi,  ;)

 

im trying to retrieve the entire URL using php and so far not had much luck,

 

i have tried using

<?php echo $_SERVER['REQUEST_URI'];?>

which will return everything after http://localhost:6789.

 

here is the entire URL...

 

http://localhost:6789/p03272434/emudom/register.php?UName=seen

 

using

<?php echo $_SERVER['REQUEST_URI'];?>

 

returns.....

 

p03272434/emudom/register.php?UName=seen

 

can anyone help ??  ???

 

thanks  :-*

 

Truegilly

Link to comment
https://forums.phpfreaks.com/topic/63595-solved-returning-the-whole-url-with-php/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.