Hi,
I have a problem. For example, the current url of my webpage is
//localhost/learn/page1.php?id=1
I want to create a link which will call the page again but without the querystring "?id=1". I just want "//localhost/learn/page1.php". I have used $_SERVER['PHP_SELF'] but it is not correct. What should I do?
Thank you.