Jumat, 27 September 2013

PHP Indonesia - Facebook: misi bro bisa minta tolong bantuannya maaf masih b...

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/ 
LSAT prep from HLS-educated instructors

LSATMax includes video lessons, unlimited personal attention & support, and over 6,000 real questions from previous LSAT's. Enroll for just $299.
From our sponsors
misi bro bisa minta tolong bantuannya maaf masih b...
Sep 27th 2013, 11:59, by Devri Glizten

Devri Glizten 11:59am Sep 27
misi bro bisa minta tolong bantuannya maaf masih baru bljr,,
mau nanya output source code ini og eror ya,, bisa tolong solusinya, trims

<?php
$ip=getenv(remote_addr);
$date=getdate(date("U"));
$day=$date[mday];
$month=$date[month];$year=$date[year];

if (!isset($_COOKIE["visitor"]))
{
setcookie("visitor", "$ip", time() +3600);
mysql_connect("localhost", "root",""); //sesuaikan host, user, dan password-nya !
mysql_select_db("si_ps") or die(mysql_error()); //sesuaikan nama database-nya
mysql_query("INSERT INTO counter (ip,user_agent,tanggal) VALUES('$ip', '$_SERVER[HTTP_USER_AGENT]','$day/$month/$year')");
}

$qhit=mysql_query("SELECT * FROM counter");
$hit=mysql_num_rows($qhit);
echo "Kamu adalah pengunjung ke: $hit";

?>

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