I'm coming over from the dark side (asp, and Vš and am trying to do a simple if then statment...
I can't find this in the docs anywhere... here is the code that I can't get to work.
if ($myrow[year] >= $datetime[year] and $myrow[mon]>= $datetime[mon]) print "HI"
I can't find the "and" documented in php anywhere.. but all search engines known to man IGNORE the and in a search (even with quotes around it)
I did find || in a script on the net, but it apears to be a OR --
can someone help me out with this simple little thing, or do i need to re-write it as a nested if statment?
Thanks!!!