this is an sample code in the mysql table field.
Code: Select all
<?php if($today < 81508[this is the date]){ ?>
<p>
<b>RE-GRAND OPENING & NATIONAL HIGH SCHOOL OPEN HOUSE![this is the title]</b><br>
Thursday<br>
August 14th, 2008[month date year]<br>
</p>
<?php } ?>
i am not understanding as to how i can take the input from user and stick it in my php code and then submit the whole code to mysql field in a table.
Please help!