Hi everybody!
Is there some way to show a table or not if my search found a row NULL.
For example
<table>
<td> <? echo "$Boys"; ?></td>
</table>
<table>
<td> <? echo "$Girls"; ?></td>
</table>
So let say that these two results come from a database in the same row but in case that the search find $Boys as NULL the table won`t show up.
Hope anybody can give me any direction.
Thanxs