Thread
:
Multiple Rows into One String
View Single Post
04-17-2008, 04:35 PM
#
2
(
permalink
)
ivantis.net
Junior Member
Join Date: Mar 2008
Location: Hell
Posts: 11
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
View Public Profile
Send a private message to ivantis.net
Visit ivantis.net's homepage!
Find More Posts by ivantis.net
Sponsored Links