I am currently using;
header('Location: '. $_SERVER['HTTP_REFERER']) ;
Is there a way of directing to the bottom of this page, as opposed to referring back to the top?
I am currently using;
header('Location: '. $_SERVER['HTTP_REFERER']) ;
Is there a way of directing to the bottom of this page, as opposed to referring back to the top?
Don't rely on server-side client details. Instead, you can try using JS. See: Can I detect when a user gets to a page using the back button? for more info.