$sql_recipe = "SELECT * FROM ristoranti WHERE provincia='$provincia'". $where_clause;
if (!$exec_recipe = mysql_query($sql_recipe))
{
echo "
" . MSG_RECIPE_NO_RETRIEVE ."
\n" . mysql_error();
}
while ($data = mysql_fetch_object($exec_recipe))
{
if ($data->id != ""){ echo "
ciao
" ;}
else { echo "
ciao
" ;}
;
}