SELECT *,COUNT(*) FROM myDB WHERE user_name LIKE '%%' AND done_date>='1041372000' AND done_date<='1072908000' AND locate('
what i actually want is all the select answer+ how many total rows effetcted in 1 query withought using
mysql_affected_rows()
is it possible?how?
thanks in advance
peleg