|
when i use the == i get no result
i have tried this and get no results either
if ( $availability=='Red' ) {
echo '<p style="color:#ff0000;text-align:center;font-family:Helvetica,sans-serif;font-size:12px;font-weight:bold">'.$rows['availability'].'</p>';
}
Last edited by beylah; 07-13-2010 at 09:17 AM..
|