I do this when after getting the value from the database:
$foo = ereg_replace("<br>", "", $Data[CatTracks]);
Now I've converted all the <br> to nothing? right,
but If I look in my source it looks like this:
text
more text
even more text
I want everithing in one line, how can I do that?
thanks in advance
Thomas A,