Created
August 17, 2013 17:15
-
-
Save coldcue/6257851 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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