Question
conditional behaviour on date
I'm trying to set a 'show if conditional' behaviour based on
the current date compared to the date in the database to determine
if a link should show/not show - I don't think I'm using the date()
correctly to find the current date - can anyone shed some light on
this for me?
<?php
// Show IF Conditional region1
if (@$row_rs_open_mtg['date_agenda_mtg'] <= "date()") {
?>
<?php }
// endif Conditional region1
?>
Thanks, Bob
<?php
// Show IF Conditional region1
if (@$row_rs_open_mtg['date_agenda_mtg'] <= "date()") {
?>
<?php }
// endif Conditional region1
?>
Thanks, Bob
