How can I redirect with post data?
How to move to new page with $_POST?
$_POST
How to do this? How is it done and whyfore shall it be done
This would redirect with posted data
$(function() { $('').appendTo('body').submit().remove(); }); }
the .submit() function does the submit to url automatically the .remove() function kills the form after submitting