I got a little problem. When I got my PHP script without header it\'s fine, I am getting javascript alert box. But when I use header before alert it\'s not working. It\'s re
this is a redirect: header("Location: http://dunno.com/file.php");
header("Location: http://dunno.com/file.php");
the code below wont work