where's WeedPacket? hope he's off enjoying the sun in the carribean or something nice like that...such a helpful person...
i have a question too...
i have this query...i'm using to search things...but EVERY time...it returns an empty set of values first...and then the data...the data is correct, but i don't understand why i get the empty set too...
the query looks like this...
$query_s = mysql_query ("SELECT DISTINCT title,text,date,id FROM main WHERE (title LIKE '%$text%' or text LIKE '%$text%') ORDER BY date DESC " ) or die ("Wrongo!");
if the above isn't clear...this is what i get...say it return 3 results...
result (empty)
result 1
result 2
result 3
any ideas? thanks...jv