Código PHP:
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 'skoda'%' AND modelo LIKE '%'fabia'%' ORDER BY marca DESC' at line 1
Código PHP:
$query_vehiculos = "SELECT * FROM vehiculos WHERE marca LIKE '%'skoda'%' AND modelo LIKE '%'fabia'%' ORDER BY marca DESC";
en que me equivoco?
1 saludo!