1ERROR AL BUSCAR LA INFORMACION: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LIKE '%0000-00-00%'' at line 1
Pero si busco por numero de permiso o nombre del material si me da el resultado de la busqueda.
Código PHP:
$consulta = mysql_query("SELECT * FROM octava WHERE $campo LIKE '%$BUSQUEDA%'");
if (!$consulta) {die("ERROR AL BUSCAR LA INFORMACION: " . mysql_error());}
Que podra ser la falla?