This will be obvious that I am a newbie. The line of code below is not displaying an event that it should be displaying. I suspect this code is telling it to not display when the date = the day before the event instead of the day of the event. Either way, I want it to display the event until the day after the event.
What should I change?
?>
<option value="<? echo $value[0] ?>" <? if($count==0){ echo "selected"; } ?>>Event Date: <? echo $value[4] ?>, Event: <? echo $value[1] ?>, Deadline: <? echo $value[5] ?></option>
<?