# Previa instancia y conexion$foo = mysql_real_escape_string($_POST['dato']);$db->ejecutar("SELECT * FROM tabla WHERE algo = '$foo';");