Hai,
I want to redirect my .php3 page to other .php3 page after doing some calculation. Do me send the reply as soon as.
Thanking You.
<?php if($something) { Header("location: next_page.php3"); } else { //something else } ?>
don't have anything printed to the brwser before you do this .....or you will get an error.
regards, scott d~