![]() |
Appending data to a variable ?
The variable $store contains a string of characters ( for e.g an address ).
I wish to append more info to this variable ( say add on the postal code ), how do I go about doing this ? I took a look at implode, but I am not sure if it does the job ? Is there some kind of append function in PHP ? |
Quote:
$store .= 'additionalinfo'; or $store = $store . 'additionalinfo'; or $store = $store . $adinfo; |
Quote:
I use '.=' to solve your question. |
I must have been half asleep when I posted this query lmao :)
Pls ignore. :) |
All times are GMT. The time now is 08:15 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|