$_GET doesn't usually return errors. The possible point of error is your query.
$_GET
Insert
echo mysql_error();
before your while loop;
while