Senin, 16 September 2013

PHP Indonesia - Facebook: untuk merekam log / jejak user kapan dia login apa...

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/ 
Exotic travel ideas.

Searching for your next vacation destination? Subscribe to Off The Beaten Path, a newsletter featuring captivating locales to help you to plan your next trip.
From our sponsors
untuk merekam log / jejak user kapan dia login apa...
Sep 16th 2013, 14:28, by Achmad Izzuddin

Achmad Izzuddin 2:28pm Sep 16
untuk merekam log / jejak user kapan dia login apa yang harus aku tambahkan di script dibawah ini ya gan ?

if (!empty($nis)){
if (!empty($password)){
$sql = mysql_query("SELECT * FROM tb_siswa WHERE nis='".$nis."' AND passwd='".$password."'");
$tes = mysql_num_rows($sql);
if ($tes == 1){
$hasil = mysql_fetch_assoc($sql);
$_SESSION['nis'] = $hasil['nis'];
$_SESSION['password'] = $hasil['password'];

header("location:admin.php");
}else{
echo "Kombinasi username dan password tidak cocok";
}
}else{
echo "Anda belum mengisi password";
}
}else{
echo "Anda belum mengisi username";
}
}else{
header("location:index.php");
}

Thoor D'zeroheart 2:31pm Sep 16
now()

Mizno Kruge 2:32pm Sep 16
sebelum belajar codingg, pernah ga belajar algoritma ya?

Achmad Izzuddin 3:06pm Sep 16
masih belajar kaka

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