[PHP-WIN] Re: Join Char Strings

2003-05-29 Thread George Nicolae
Try to use "." $var1="test"; $var2="join"; $var3=$var1." ".$var2; echo $var3; //will print "test join" -- Best regards, George Nicolae IT Manager ___ PaginiWeb.com - Professional Web Design www.PaginiWeb.com "Stephen Rivas Jr" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PR

[PHP-WIN] Re: Join Char Strings

2003-05-29 Thread DvDmanDT
Change your + against . everywhere... "Stephen Rivas Jr" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > Again, looking in PHP.net for help - unable to proceed. > > I'm trying to add a variable string, to another literal string and store it > in that variable again. I know it can