php if statement throwing me off
i trying make simple php if statement , keep getting error:
unexpected ">" on first line:
<?php if (200 > $row_recordset1['first_year'] > -5)
echo "testing";
?>
what doing wrong? thanks.
you have 2 greater-than operators in conditional statement. can have one.
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment