Mi dice che questa query ha un where impossibile:
SELECT*FROM tabella WHERE specie = '$specie' AND 'nome' LIKE '%$nome%' ORDER BY nome ASC LIMIT 0,10
Perchè?
Mi dice che questa query ha un where impossibile:
SELECT*FROM tabella WHERE specie = '$specie' AND 'nome' LIKE '%$nome%' ORDER BY nome ASC LIMIT 0,10
Perchè?
Prova così:
SELECT * FROM tabella WHERE specie = '$specie' AND nome LIKE '%$nome%' ORDER BY nome ASC LIMIT 0,10
Addio Aldo, amico mio... [03/12/70 - 16/08/03]
Ehm... cof cof...
funziona... :rollo:
Grazie