Code: Select all
<?php
exit; //replace with a function or that would just stop this page 1 from running.
?>
Code: Select all
<?php
include("page1.php");
echo "This should display";
?>
Moderator: General Moderators
Code: Select all
<?php
exit; //replace with a function or that would just stop this page 1 from running.
?>
Code: Select all
<?php
include("page1.php");
echo "This should display";
?>