Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $address = array(
- 'OtherStreet' => '9600 Great Hills Trail',
- 'OtherCity' => 'City',
- 'OtherState' => 'State',
- 'OtherPostalCode' => '12345',
- 'OtherCountry' => 'USA',
- );
- $value = serialize( $address );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement