Thanks a lot,
David1159 and
misterhaan.
That was the
problem.
This query
fixed the
issue:
SELECT * FROM
`mp3` WHERE
(`title` LIKE
'%".$que
ry."%'
OR
`song_author`
LIKE
'".$quer
y."' OR
`album` LIKE
'".$quer
y."')
AND (`active`
> '0')
ORDER BY
`song_author`,
`title` ASC
Edited at 09:08:09 pm on 12/01/08
|