I have a query that if the results are there, I want it to load the bottom frame of two called Main with a new page headlines.php, but I cannot find how to do it.
I have tried header('headlines.php');
main('headlines.php');
header('main": headlines.php');
etc etc. thanks
if ($numrows > 0) {
load page in here
exit();
} else {
I have tried header('headlines.php');
main('headlines.php');
header('main": headlines.php');
etc etc. thanks
if ($numrows > 0) {
load page in here
exit();
} else {