str concat in a textfield
Posted: Wed Sep 21, 2005 9:59 am
How can I put 5 strings in a textfield.What function.I canĂ t find one
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
$string = $str1.$str2.$str3.$str4.$str5;