Greetings,
I currently have a table that displays all records in the recordset, Trying to figure out how to have every other record with a green background. This is what i currently have:
<?php while ($row_GetAlert = mysql_fetch_assoc($GetAlert)) { ?>
<p><?php echo $row_GetAlert['AlertDescription']."<br>\n"; ?></p><td width="117" valign="top"><div align="right">
<p><?php echo $row_GetAlert['AlertETR']."<br>\n"; } ?></p>
Any help is apprecaited. Running on a linux/mysql/apache combo.
Thanks
I currently have a table that displays all records in the recordset, Trying to figure out how to have every other record with a green background. This is what i currently have:
<?php while ($row_GetAlert = mysql_fetch_assoc($GetAlert)) { ?>
<p><?php echo $row_GetAlert['AlertDescription']."<br>\n"; ?></p><td width="117" valign="top"><div align="right">
<p><?php echo $row_GetAlert['AlertETR']."<br>\n"; } ?></p>
Any help is apprecaited. Running on a linux/mysql/apache combo.
Thanks