$result = mysql_query(\"SELECT car.idcar_id, FROM car WHERE car.id= $id \"); How can I echo the query above?开发者_开发百科You\'re passing the query directly to the function. Store it in a varia