Hello,
I would like to do something like:
Some time the field "_picture1" is empty how could I select only the the rows where that field is not empty?$sql = "SELECT _picture1 FROM phpbazar_ads WHERE publicview=1 ORDER BY RAND() limit 1";
$result = mysql_query($sql);
Thanks


