This Example shows how to get last page URL on the current page. for getting URL we use one PHP syntax.
Syntax: -
PHP Function - We use “$_SERVER['HTTP_REFERER'];”
Example: -
$Url_of_last_page = $_SERVER['HTTP_REFERER'];
If you have any query regarding Blogging, Adsense or any coding related problem then contact me through contact form.
Syntax: -
PHP Function - We use “$_SERVER['HTTP_REFERER'];”
Example: -
$Url_of_last_page = $_SERVER['HTTP_REFERER'];
If you have any query regarding Blogging, Adsense or any coding related problem then contact me through contact form.
0 comments :
Post a Comment