Unable to connect to the " . "database server at this time.
" ); exit(); } mysql_select_db("teisurvey", $conn); if (! @mysql_select_db("teisurvey") ) { echo( "Unable to locate the TEI Survey " . "database at this time.
" ); exit(); } //get stuff from the table $result = mysql_query("SELECT * FROM teisurvey"); if (!$result) { echo("Error performing query: " . mysql_error() . "
"); exit(); } $num = mysql_num_rows($result); $a=0; echo ""; ?>