| The Arcive of vBulletin Modifications Site. | |
| 
			 
			#1  
			
			
			
			
			
		 | ||||
| 
 | ||||
|  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 ? | 
| 
			 
			#2  
			
			
			
			
			
		 | ||||
| 
 | ||||
|   Quote: 
 $store .= 'additionalinfo'; or $store = $store . 'additionalinfo'; or $store = $store . $adinfo; | 
| 
			 
			#3  
			
			
			
			
			
		 | ||||
| 
 | ||||
|   Quote: 
 I use '.=' to solve your question. | 
| 
			 
			#4  
			
			
			
			
			
		 | ||||
| 
 | ||||
|   
			
			I must have been half asleep when I posted this query lmao   Pls ignore.   | 
|  | 
| 
 | 
 | 
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
| 
 | |
|  More Information | |
| Template Usage: 
 Phrase Groups Available: 
 | Included Files: 
 Hooks Called: 
 |