$link = mysql_connect('bigdata.org', 'hdfweb', 'hdph305');
if (!$link) {
die('Could not connect: ' . mysql_error());
}
mysql_select_db(hdf_data);
?>
Demographic Database
if ($num > 0){
?>
Click on headers to sort columns
$res= mysql_query("SELECT * FROM data_view");
$row = mysql_fetch_assoc($res);
echo "";
foreach($row as $name => $value) {
print "$name | ";
}
$bg = '#eeeeee'; // Set the background color.
while ($row = mysql_fetch_array($result, MYSQL_NUM)){
?>
$row[$i]";
}else{
echo " | ";
}
}
echo "
";
}
echo "
";
}else{
echo "No records were found for that search.";
}
}else{
echo "A custom search requires a column and a value to search on.";
}
}
?>
Choose a column to search by:
Click here to show/hide all records in the table.
Click on headers to sort columns
";
foreach($row as $name => $value) {
echo "$name | ";
}
echo "
";
$bg = '#eeeeee'; // Set the background color.
while($row) {
$bg = ($bg=='#eeeeee' ? '#ffffff' : '#eeeeee'); // Switch the background color.
?>
$value";
}else{
echo " | ";
}
}
echo "
";
$row = mysql_fetch_assoc($res);
}
echo "";
?>