I am trying to use a form to allow someone to enter in a small amount of data and after they submit that data have it post to another html page. The code I am using is as follows: <?php</o> echo "<font size="4">Last updated: </font></b> $_POST[Date], $_POST[Time]</p>";</o> echo "Threat Advisory Level:";</o> echo "<p>$_POST[Announcement]</p>";</o> ?> The issue is that the other html page is posting the code above instead of the information that I am trying to get. Any ideas???</o>