View Single Post
  #2  
Old 09-13-2006, 10:50 AM
cronje cronje is offline
Junior Member
 
Join Date: Aug 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
cronje is on a distinguished road
Default

\n is the newline escape character
$string = "a\nb"; will show a and b on two different lines -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
  Webmaster Forums - View Single Post - going to put newline in string
View Single Post
  #2  
Old 09-13-2006, 10:50 AM
cronje cronje is offline
Junior Member
 
Join Date: Aug 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
cronje is on a distinguished road
Default

\n is the newline escape character
$string = "a\nb"; will show a and b on two different lines -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote