View Single Post
  #2 (permalink)  
Old Apr 5th, 2006, 19:08
sypher sypher is offline
Most Reputable Member
Join Date: Aug 2005
Location: North Wales, United Kingdom
Age: 21
Posts: 1,093
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Phpbb2 Urgent!!! Please Help...

Code: Select all
$text1 = "message this";
$text2 = "message this 2";
$text1. = " $text2";
This would make
message this message this 2
Reply With Quote