I am trying to use the php header statement to link from define_page_2.php to define_page_3.php with the header command
I've cut away all preceeding statements and left for define_page_3.php the following code:
<?php
header("Location: index.php?main_page=page_3");
?>
Can anyone see the problem
Is there another command that will do the auto link?
The header command does not like preceeding output.
thanks for any help
Derek![]()



