include("/home2/thegaunt/www/common/header.php"); include("/home2/thegaunt/www/concerts/metalcarnagedb.php"); import_request_variables("gP", ""); $ziplow = "$zip-1000"; $ziphi = "$zip+1000"; $result = mysql_query( "SELECT * FROM venues WHERE zip > $ziplow AND zip < $ziphi ORDER BY venue ASC " ); while ( $row = mysql_fetch_object( $result ) ) { ?>
| vid"; ?>"> echo "$row->venue"; ?> - echo "$row->city"; ?>, echo "$row->state"; ?> |