Category:
Country: $stato = $_REQUEST['stato']; if ($stato == "") $stato = "All Countries"; echo $stato; ?> if ($stato <> "All Countries") echo "All Countries"; ?> $sql = "SELECT DISTINCT colonna4 FROM mod_tabella WHERE section_id = 72 ORDER BY colonna4 "; $result = MYSQL_QUERY($sql) or die (mysql_error()); $numberOfRows = MYSQL_NUM_ROWS($result); echo MYSQL_INFO($result); while ($i<$numberOfRows) { echo "" . MYSQL_RESULT($result,$i,"colonna4") . ""; $i++; } ?>