echo ("<SCRIPT LANGUAGE='JavaScript'>
window.alert('Succesfully Updated')
</SCRIPT>");
this is my code i want it to redirected in my previous page and had it refresh.
echo ("<SCRIPT LANGUAGE='JavaScript'>
window.alert('Succesfully Updated')
</SCRIPT>");
this is my code i want it to redirected in my previous page and had it refresh.
<script>
window.location = document.referrer;
</script>