•> -greater than
•< -less than
•>= -greater than equal to
•<= -less than equal to
•== -equal to
•=== -identical to
•!== -not equal to
•!=== - not identical to
Front
Rational Expressions
Back
echo' '
Front
display text in php
Back
<table> </table>
Front
table tag
Back
width=' '
Front
table heading/data attribute
Back
<ul> </ul>
Front
unordered list tag
Back
$a=____; (variable or number)
•+ (add)
•- (subtract)
•* (multiply)
•/ (divide)
•% (modulo, get remainder)