Hello,
I need a little help with the following.
Within the code:
<?
if ($row['products_genre']!= null) {
?>
I want to say, if "products_genre" is null put this empty cell:
<td valign="top" colspan="2" style="padding-left:10px;padding-right:10px"></td>
How would I go about modifying the top code?
Thanks so much for your hep.
-Lou