Sabtu, 24 Agustus 2013

PHP Indonesia - Facebook:

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/ 
The Best Way to Manage your Money.

Start using Mint today to set a budget, track your goals and do more with your money.
From our sponsors
Aug 24th 2013, 06:30, by Reinkarnasi Jreng

Reinkarnasi Jreng 6:30am Aug 24
<?php
session_start();
include_once"../librari/inc.koneksi.php";
$Txtuser=$_POST['Txtuser'];
$Txtpasswd=$_POST['TxtPasswd'];
if (trim($TxtUser)==""){
$pesan[]="data masih kosong";
}
if (trim($txtPasswd)==""){
$pesan[]="data password lama kosong";
}
$sql_cek="SELECT*FROM admin WHERE
userID='TxtUser' AND passID=PASSWORD('$txtPasswd')";
$qry_cek=mysql_query($sql,$koneksi) or die ("Gagal Cek");
$ada_cek=mysql_num_rows($qry_cek);
if ($ada_cek>=1) {
$SES_PAS=$TxtPasswd;
session_register("SES_PAS");
header("location: index.php");
exit;
}
else {
$pesan[]="user dan password lama belum benar";
}
if(! count($pesan)==0){
$Txtuser=$_POST['TxtUser'];
include_once "Login.php";
echo "<b>Kesalahan Input :</b><br>";
foreach($pesan as $indeks=>$pesan_tampil) {
$urut_pesan++;
echo "<font_color='#FF0000'>";
echo "$urut_pesan . $pesan_tampil <br>";
echo "</font>";
}
exit;
}
?>
MASTAH2,,, INI YANG SALAH APA YA,,, SAYA LAGI BUAT LOGINPERIKSA.PHP

Rizaldi Maulidia 6:49am Aug 24
errornya apa mas

Wisnu Adi Screamo 7:16am Aug 24
$sql_cek="SELECT*FROM admin WHERE userID='TxtUser' AND

Kayaknya pada userID='TxtUser' deh, kasih $ pada TxtUser

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