eddy556 Posted June 1, 2008 Share Posted June 1, 2008 How do I append a variable with a string? For example: $variable . "extra text"; I want to be able to do this without first assigning the "extra text" into a variable. Many thanks Quote Link to comment Share on other sites More sharing options...
.josh Posted June 1, 2008 Share Posted June 1, 2008 $variable .= "extra text"; Quote Link to comment Share on other sites More sharing options...
eddy556 Posted June 1, 2008 Author Share Posted June 1, 2008 Many thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.