PHPMine
<? if(PHP > $Expectations) echo $Results ?>
by Angel S. Moreno
UNDER SOME SERIOUS CONSTRUCTION LINKS MAY NOT WORK
Asked 2010-03-03 18:53:06 by rawfmradio
can this be done with if else??
Anwered 2010-03-03 20:14:22 by Robin T
Yup.
if ( strtotime($dateA) >= strtotime($dateB) && strtotime($dateA) <= strtotime($dateC) )
{
...
}
Questions and answers provided by the Yahoo Answers Community.