"Platypus" <kreten1983.TakeThisOut@yahoo.com> wrote in message
news:bpoft5$j2n$1@bagan.srce.hr...
> how can i join two strings in one??
>
I would use a variable, or concatenate.
Example 1: Variables-
$str1 = 'string 1 ';
$str2 = 'string 2';
echo $str1 . $str2;
This would output:
string1 string2
Example 2: Concatenate-
echo 'string 1 ' . 'string 2';
Simple
--
Sharif Tanvir Karim
<a style='text-decoration: underline;' href="http://www.onlyonxbox.net" target="_blank">http://www.onlyonxbox.net</a>><!-- ~MESSAGE_AFTER~ -->