echo "`<script>` alert('Profile already Exist for this ip'); `</script>`";
header("location:backupprofile_windowstonas_step2.php");
die("123");
I have above code in which I am show message to my user that profile already exist for this ip it work fine but then go to other page is not working with header function. It directly go to die function and echo 123. What is the reason behind this?