View Single Post
Old 04-17-2008, 04:35 PM   #2 (permalink)
ivantis.net
Junior Member
 
Join Date: Mar 2008
Location: Hell
Posts: 11
Default Re: Multiple Rows into One String

um, i think this will work.
add this to the PHP script that lists them:
Code:
$lines = str_replace("\n",",",$whateverReadsTheDatabase); echo $lines;
ivantis.net is offline   Reply With Quote
Sponsored Links