I have a bunch of names I've stored in mysql.
I have to store them into variables in groups of tens.
Anyway my problem is im doing this to store them.
$Variable .= " ,$myrow[0]";
my problem is i cant remove the line breaks.
$Variable = ereg_replace ('\n', '', $Variable);
doesnt work.