I can imagine there is a better way to do this if you consider adding text at the end of the $string$string = "bcde" ; $string = "a".$string ;
Thnx$string = "abcd" ; $string .= "e" ;
In reply to add text to a string by jeanluca
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |