hello all my friend
i have on problem in result return by mysql in php my query is:
$sql="SELECT GROUP_CONCAT( '<tr><td>', `id` , '</td><td>', `titr` , '</td><td><input type=\"submit\" onmousedown=\"javafunc(', `id` , ');\" value=\"Edit it\" /></td></tr>'
ORDER BY `id` DESC
SEPARATOR '\n' ) AS 'allads'
FROM `ads` ";
the query is return only 8 rows form 45 rows and 8th row is incomplete and if add a html tag this result is lesser than for example SEPARATOR '\n' -> SEPARATOR '\n<br />' the result rows are 7 and i can't use solve this problem and i don't have use many work to server by split the query
please help me!