Rabu, 04 September 2013

PHP Indonesia - Facebook: misi gan . . gmn caranya verifikasi login gan ? ...

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/ 
Marketing Mobile Apps

This online course focuses on marketing efforts that will increase your app's exposure and establish a mobile app marketing plan. Enroll today for $99.
From our sponsors
misi gan . . gmn caranya verifikasi login gan ? ...
Sep 4th 2013, 15:49, by Iit Luphy Thefinaldestination

Iit Luphy Thefinaldestination 3:49pm Sep 4
misi gan . .

gmn caranya verifikasi login gan ?
misal username dan pasword . .

da yg g d isi slah satu , muncul alert harap d isi . .
gmn ea caranya . .
mhon bantuannya gan . .

Frenky S 3:57pm Sep 4
<?php
session_start();
include("../koneksi.php");
$username=$_POST['username'];
$password=$_POST['password'];

$cek=mysql_query("select distinct(username),(password) from admin where (username='".$_POST['username']."') and (password='".md5($_POST['password'])."') ");

if ($username == "")
{
echo"<script>window.alert('Silakan Isi Username Anda'); document.location.href='javascript:history.back(0)'; </script>";
}
if ($password == "")
{
echo"<script>window.alert('Silakan Isi Password Anda'); document.location.href='javascript:history.back(0)'; </script>";
}

$rows=mysql_num_rows($cek);

if ($rows == 1)
{
$_SESSION['username'] =$_POST['username'];
$_SESSION['password']=$_POST['password'];
header("location:index_control.php");
}

else
{
echo"<script>window.alert('Maaf Data Anda Tidak Sesuai'); document.location.href='javascript:history.back(0)'; </script>";
}

?>

itu gan tinggal menyamakan variabel2 dan tabel adminnya, mohon maaf jika ada kekeliruan....
moga moga bermanfaat

Gunawan Mujur Wibisono 4:01pm Sep 4
^maaf sy gk setuju cara menjawab di atas... jgnlah kamu memberi ikan.. berikan umpan.. kl begitu.. km sama aja gk bikin pinter yg bertanya

Iit Luphy Thefinaldestination 4:02pm Sep 4
mkc mas . . :)

Frenky S 4:02pm Sep 4
maaf gan Gunawan Mujur Wibisono

Ragil Wahyu Kurniawan 4:08pm Sep 4
saya setuju sama om Gunawan :D

Gunawan Mujur Wibisono 4:08pm Sep 4
kl setuju.. dukung saya menuju RI 1

Ragil Wahyu Kurniawan 4:09pm Sep 4
coblos nomor brapa om :v

Frenky S 4:13pm Sep 4
sekali lagi saya mengucapkan maaf yg sebesar besarnya kepada master master sekalian....terutama bagi Gunawan Mujur Wibisono dan Ragil Wahyu Kurniawan

kalo buat master @Gunawan Mujur Wibisono saya dukung deh master menuju RI 1, kalo perlu saya barisan yang paling depan.
heheheheheheeheh :D

Gunawan Mujur Wibisono 5:06pm Sep 4
no22 .. partai PHP..

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