Demographic Database

0){ ?>

Click on headers to sort columns

"; 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:

LIKE
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 ""; ?>