In my web page there is a table for displaying database values. For one column displays connected or Disconnected. If the database values is Disconnected i want to display the value in red color. How can i do that? This is my existing code.
[PHP]<td width="121" class="IDTableC ell"><?php "$StationID " ;?> </td>[/PHP]
[PHP]<td width="121" class="IDTableC ell"><?php "$StationID " ;?> </td>[/PHP]
Comment