Answers for "how to access previous pages in php"

PHP
1

php previous site

header('Location: ' . $_SERVER['HTTP_REFERER']);
Posted by: Guest on October-22-2020
2

how to get previous page name in php

basename($_SERVER['HTTP_REFERER']);
Posted by: Guest on July-15-2020

Code answers related to "how to access previous pages in php"

Browse Popular Code Answers by Language