Skip to content

Instantly share code, notes, and snippets.

@coldcue
Created August 17, 2013 17:15
Show Gist options
  • Save coldcue/6257851 to your computer and use it in GitHub Desktop.
Save coldcue/6257851 to your computer and use it in GitHub Desktop.
<?php
for($i = 1; $i <= 8; $i++) {
echo "var lat${i} = ${lat[$i]}; var long${i} = ${long[$i]};"
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment