Jump to content

get the current URL of dynamic pages


lAZLf

Recommended Posts

So on my website I have implemented paging. But with the links I've run into a problem. When I use:

$self = $_SERVER['PHP_SELF'];

I don't get the dynamic "information".

 

Basicly I only get

"index.php"

 

instead of

"index.php?page=restaurants&type=comments&num=1"

 

How could I get the complete URL of the current page?

Link to comment
https://forums.phpfreaks.com/topic/186616-get-the-current-url-of-dynamic-pages/
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.