Back to previous page with header( “Location: ” ); in PHP
The title of this question kind of explains my question. How do I redirect the PHP page visitor back to their previous page with the header( "Location: URL of previous page" );
The title of this question kind of explains my question. How do I redirect the PHP page visitor back to their previous page with the header( "Location: URL of previous page" );
My problem is that the back button causes the browser to say something like “Page expired” when the previous page was created by a form.
I am trying to get previous url in laravel, I have tried this code,