+ 1
How do i r
I'm working o
1 Resposta
+ 1
PHP:
header("Refresh:0");
JS:
window.location.reload()
window.location.href = window.location.href;
jQuery:
location.reload();
If you've already sent headers in your PHP, then in your JS/jQuery callback after PHP fails, you can refresh it from there.