My page has 8 different <?php ... ?> blocks.
The very last one looks like this:
Code: Select all
<?php
// provide links for the footer
$foot_link1 = '<a href="User_Start.php">Return to My Start Page</a>';
$foot_link2 = '<a href="qc_logout.php">Log Out</a>';
include ('q_standard_footer.php');
?>I've checked all the preceding php blocks, and they are all complete. I've not done anything to this particular block, and it was working until today. In fact, the only change I've made to this page since the last time I tested it is to change a call to javascript function higher up. I don't see this having any effect on what's happening now.
Is there something in the engine itself that can be corrupted? I'm clueless!
Hey markl999