php location reload code example
Example 1: how to reload the same page using javascript
BY LOVE
window.location.reload();
Example 2: php reload current page
header("Refresh:0");
BY LOVE
window.location.reload();
header("Refresh:0");