So:
extract( $_POST );
// build SELECT query
//NOTE: This is where we're throwing an error, somehow. I think.
$query = ("SELECT `firstName`, `lastName` FROM `users` ORDER BY `lastName` DESC");
// Connect to MySQL
if ( !( $database = mysql_connect("localhost", "root") ) )
die( "Could not connect to database