get the url of current page
capslock 0
From: -
From: -
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: get the url of current page
capslock
OP
0
From: -
From: -
get the url of current page
perfect! thanks a lot!!!
perfect! thanks a lot!!!
1 Re: get the url of current page
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
get the url of current page
Try the following:
Try the following:
$URL .= $_SERVER['PHP_SELF']."?".$_SERVER['QUERY_STRING'];
I need to get the url of current page to let users send me a feedback for each page they want.
I've tried this way:
but it seems doesn't work