Use the address database field
-
Hello,
I saw that in the database the address field is stored like this :
a:4:{s:14:”street_address”;s:11:”26 Rue test”;s:4:”city”;s:8:”Paris”;s:3:”zip”;s:5:”75001″;s:7:”country”;s:6:”France”;}
My question is how can I extract those informations so that I can use them in PHP variables ? I need to retrieve each street, city, zip, country individually.
Thanks.
-Mat.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Use the address database field’ is closed to new replies.