Forum Moderators: coopster
This time I would like to have mysql to check a field, and if it is empty, display an image.
Is there a check syntax for this kinda stuff?
P.S Is there a mysql question category anywhere here?
[webmasterworld.com...]
dc
Isnt there anyone that knows?
while ($row = mysql_fetch_assoc($query)) {
if ($row['column_name']!='') { // display image }
}