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

Popular posts from this blog

Help with codes to add 1 more shift register and add more to matrix LED

tcp client

Is there an HTML component in Flex 2.0?