Ver original<?php$resultado = mysql_query('SELECT * WHERE 1=1');if (!$resultado) { die('Consulta no válida: ' . mysql_error());} ?>