Page 1 of 1

How to send the user to where he came from

Posted: Wed Mar 16, 2016 5:39 pm
by einarkol
Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

/* Website URL */

Line 13) $settings['website_url']'http://www.facebook.com/';

header("location:javascript://history.go(-1)");

How can I use this to send the user back to where he came from?

Sincerely
Einar
Iceland

Re: How to send the user to where he came from

Posted: Wed Mar 16, 2016 6:21 pm
by Klemen
I don't understand what you mean? There are no headers in the settings.php file, why would anyone visit the settings.php file and why would you send them back?

Can you explain what exactly you are trying to do (step by step)?