Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Can I combine the values in the database with an comma (,) instead of next line?
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #2
RE: Can I combine the values in the database with an comma (,) instead of next line?
Use \n in double-quotes to represent a newline in PHP, eg

PHP Code:
$one = explode("\n", $id1);


My Blog
06-05-2012 11:17 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: Can I combine the values in the database with an comma (,) instead of next line? - ZiNgA BuRgA - 06-05-2012 11:17 PM

 Standard Tools
Forum Jump: