Forum Moderators: coopster
I'm reading some values from a database, that are to be used on a marquee scroller, but how do I concatinate the spaces to seperate the text out? Everything i try seems to strip the spaces..
$scrollertext= $scrollertext . " " . mysql_result($result,$i,"scrollertext");