str concat in a textfield
Moderator: General Moderators
str concat in a textfield
How can I put 5 strings in a textfield.What function.I canàt find one
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
Code: Select all
$string = $str1.$str2.$str3.$str4.$str5;