Presentation
Research
Consultancy
Training
Databases
Publishing / Services
Country $query = "select * from tblNazioni order by Country"; $result = mysql_query($query); $num_results = mysql_num_rows($result); ?> Select a country for ($i=0; $i <$num_results; $i++) { $row = mysql_fetch_array($result); echo "" . $row["Country"] . ""; } ?>
Subject Select a subject for ($i=0; $i <$num_results; $i++) { $row = mysql_fetch_array($result); echo "" . $row["Subject"] . ""; } ?>
Language $query = "select IdLingua, Language from tblLingue order by Language"; $result = mysql_query($query); $num_results = mysql_num_rows($result); ?> Select a language for ($i=0; $i <$num_results; $i++) { $row = mysql_fetch_array($result); echo "" . $row["Language"] . ""; } ?>
Word (in the title or subject):
<<
ITTIG/Databases and Guides/Law and Disability/Search in the websites database