Page 1 of 1

str concat in a textfield

Posted: Wed Sep 21, 2005 9:59 am
by sebs
How can I put 5 strings in a textfield.What function.I canĂ t find one

Posted: Wed Sep 21, 2005 10:02 am
by feyd

Code: Select all

$string = $str1.$str2.$str3.$str4.$str5;
http://php.net/language.operators.string