in my old page i have if statement like that:
if (strlen($passwd) < 9) { header("Location:index.php?err_no=1"); }
but now i made a change in the pages and it started to does not work
the page is loading like there was no statement
how can i solve the problem or what is the source of this bug?