Te cuento:
Cuando cargo la página me los ordena descendente
Código PHP:
$qry = "SELECT * FROM clientes ORDER BY id DESC";
pero en cuanto le doy a buscar algun nombre, me sale este error:
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 'where ID like 'Espejo%' or nombre like 'Espejo%' or empresa like '' at line 1.