Senin, 02 September 2013

PHP Indonesia - Facebook: Gan kalo mau bikin autentifikasi untuk user gimana...

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/ 
Creating iOS Games: Beginner Course

Marin Todorov teaches you how to create an iPhone game easily and simply using Cocos2d in this $99 online course.
From our sponsors
Gan kalo mau bikin autentifikasi untuk user gimana...
Sep 3rd 2013, 02:06, by Ir Dhe'de Nurul Musthofa

Ir Dhe'de Nurul Musthofa 2:06am Sep 3
Gan kalo mau bikin autentifikasi untuk user gimana ya

nih scriptnya yang ane tau , tapi gak bisa

<?php
$username = $_POST['user'];
$koneksi = mysql_connect("localhost","root","");
mysql_select_db("kinerja_pdam");
$sql= mysql_query("insert into input (nama_pdam,alamat,kota_kab,provinsi,username,pass,mode) values ('$_POST[nama_pdam]', '$_POST[alamat]','$_POST[kota_kab]','$_POST[provinsi]','$_POST[username]','$_POST[pass]','$_POST[mode]')");
$koneksi = mysql_query($sql);
if ($username)
{
echo "User sudah berhasil terdaftar";
}
else
{
"Username sudah ada yang memiliki";
}
exit();
?>
<a href="index2.html">kembali</a>

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