I am submitting some data to my database then reloading the same page as the user was just on, I was wondering if there is a way to remember the scroll position the user was
Store the position in an hidden field.
than with jQuery store the scrollTop and scrollLeft
$("form#myform").submit(function(){ $(this).append(""); $(this).append(""); });
Than on next reload do a redirect or print them with PHP
$(document).ready(function(){ });