Skip to content

Instantly share code, notes, and snippets.

@Najaf
Created December 1, 2009 20:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Najaf/246636 to your computer and use it in GitHub Desktop.
Save Najaf/246636 to your computer and use it in GitHub Desktop.
<?php
$address = array(
'name' => 'John Smith',
'line1' => '1 Somewhere Road',
'line2' => 'Happytown',
'region' => 'Somewhere County',
'country' => 'United Kingstates'
'postcode' => '123 ABC'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment