Jumat, 25 Oktober 2013

PHP Indonesia - Facebook: ASK Mas2 dan mbak2 mau tanya ini permasalahnya ap...

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/ 
Compare Hotels

Find great prices for amazing hotels wherever your next destination may be. It's simple to search 100+ sites at once!
From our sponsors
ASK Mas2 dan mbak2 mau tanya ini permasalahnya ap...
Oct 26th 2013, 02:23, by Coki Widodo

Coki Widodo 2:23am Oct 26
ASK
Mas2 dan mbak2 mau tanya ini permasalahnya apa ya kok jam nya gak sama ama di PC =D

Pengaturan Privasi 2:24am Oct 26
setting,, timezonenya,.. tambahin

date_default_timezone_set("Asia/jakarta");

Coki Widodo 2:43am Oct 26
udah mas tapi tetep aja

Pengaturan Privasi 2:48am Oct 26
coba kamu buat file ini

test.php

<?php
echo "Sebelum dirubah : ". date("Y-m-d H:i:s")."<br/>";
echo "Setelah dirubah : ";
date_default_timezone_set("Asia/Jakarta");
echo date("Y-m-d H:i:s");

?>

hasilnya beda atau sama

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