Kamis, 05 September 2013

PHP Indonesia - Facebook: mohon bantuan.... loopingnya salah dimana ya....??...

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Mobile Game Development Course

Learn how to create awesome HTML5 games that run on iPhone, iPad, Android and Desktop! Sign up today for this $99 online course.
From our sponsors
mohon bantuan.... loopingnya salah dimana ya....??...
Sep 5th 2013, 14:08, by Red Arrow

Red Arrow 2:08pm Sep 5
mohon bantuan.... loopingnya salah dimana ya....???

<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script>
<script>

var map;
function initialize() {
var mapOptions = {
zoom: 12,
center: new google.maps.LatLng(-8.550198,115.343018),
mapTypeId: google.maps.MapTypeId.ROADMAP
};
map = new google.maps.Map(document.getElementById('petaku'), mapOptions);
var locations = 'new google.maps.LatLng(<?php echo $row_CRbm['latitude']; ?>,<?php echo $row_CRbm['longitude']; ?>);' ;

var marker, i;
for (i = 0; i < locations.length; i++) {
marker = new google.maps.Marker({
position: new google.maps.LatLng(locations[i][1], locations[i][2]),
map: map,
icon: ('PLG.png')
})
}
}

google.maps.event.addDomListener(window, 'load', initialize);
</script>

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

Tidak ada komentar:

Posting Komentar