![]() |
Here is a small example on how you can implement it: When You click a Page Link, After going that page you will get past Link Page from where you clicked link. |
Example:
PHP
<?php
echo '<a href="'.$_SERVER['HTTP_REFERER'].'">Go back</a>';
?>
How to extract back page link in PHP | PHP String Tutorial |
Read Full: | PHP String Tutorial |
Category: | Web Tutorial |
Sub Category: | PHP String Tutorial |
Uploaded by: | Admin |
Views: | 99 |
Tested on: | PHP 7 |