Sudaraka, thank you very much for your help with this, it was driving me mad, that seems to have fixed it.
at the top of the form page
the php looks like
and it seems to bge working now.
Once again thanks
Code:
<?php ob_start(); session_start(); ?>
the php looks like
Code:
if(empty($_POST['agree'])) { echo "<h3>You must agree before accessing our database</h3>"; } else { //echo "<h3>You agree with our terms</h3>"; header('Location: ../searcher.php'); }
Once again thanks
Comment