Senin, 14 Oktober 2013

PHP Indonesia - Facebook: Siang ,mau tanya apa tipe data untuk nmr hp ?

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/ 
Got an anatomy exam soon?

Use the most efficient tool to learn anatomy and be prepared for your next exam like no one else. Make your anatomy learning experience an unforgettable one.
From our sponsors
Siang ,mau tanya apa tipe data untuk nmr hp ?
Oct 15th 2013, 04:47, by Nanang Ramadhani

Nanang Ramadhani 4:47am Oct 15
Siang ,mau tanya apa tipe data untuk nmr hp ?

Made Febrianto 4:48am Oct 15
pke varchar aja

Agni Prameswara San 4:48am Oct 15
varchar

Bagas Pramudita 4:49am Oct 15
Int

Agni Prameswara San 4:49am Oct 15
biar bisa , 65834675,06849586,+6286749565

Fandri Samudra 4:50am Oct 15
varcar

Paysal Kharis 4:54am Oct 15
Text biar panjangan di formnya kasih validasi nomor :v

Ananta Bayu W 4:59am Oct 15
varchar saja...karena mengingat nomer HP tidak diolah untuk perhitungan :)

Harival Tivani 5:00am Oct 15
char lebih baik ...

Musafir Ilang 5:34am Oct 15
varchar....
tapi kalo mau kombinasi pake currency boleh... hehe... ntr didepannya ada 'Rp atau $-nya ... :D :D

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

PHP Indonesia - Facebook: bro dahk benr blum ini tolong koreksi ane bikin hl...

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/ 
How to Get into Medical School

A tested blueprint to approach the daunting admissions process with both confidence and success! Enroll in this online course for just $29.
From our sponsors
bro dahk benr blum ini tolong koreksi ane bikin hl...
Oct 15th 2013, 05:13, by Jaenudin

Jaenudin 5:13am Oct 15
bro dahk benr blum ini tolong koreksi ane bikin hlamn admin tp pas masuk kg bsa padhl username sma pass nya udah sma <?php
include "../config/koneksi.php";
function antiinjection($data){
$filter_sql = mysql_real_escape_string(stripslashes(strip_tags(htmlspecialchars($data,ENT_QUOTES))));
return $filter_sql;
}

$username = antiinjection($_POST['username']);
$pass = antiinjection(md5($_POST['password']));

$login=mysql_query("SELECT * FROM admins WHERE username='$username' AND password='$pass' AND blokir='N'");
$ketemu=mysql_num_rows($login);
$r=mysql_fetch_array($login);

// Apabila username dan password ditemukan
if ($ketemu > 0){
session_start();
session_register("namauser");
session_register("namalengkap");
session_register("passuser");
session_register("leveluser");

$_SESSION[namauser] = $r[username];
$_SESSION[namalengkap] = $r[nama_lengkap];
$_SESSION[passuser] = $r[password];
$_SESSION[leveluser] = $r[level];

header('location:menu.php?aksi=home');
}
else{
echo "<link href='css/screen.css' rel='stylesheet' type='text/css'><link href='css/reset.css' rel='stylesheet' type='text/css'>";
echo "<center><br><br><br><br><br><br><b>LOGIN GAGAL! </b><br>
Username atau Password Anda tidak benar.<br>
echo "<input type=button class='tombol' value='ULANGI LAGI' onclick=location.href='index.php'></a></center>";

}
?>

Karl Met SolitudeMan 5:22am Oct 15
else login gagal dganti dlu pke mysql_error biar bs ngliat ksalahan?

Jaenudin 5:28am Oct 15
udh mlh jadi error

Yehezkiel Sentosa 5:31am Oct 15
coba di cetak value dari variable $login dan $ketemu, hasil nya apa?

Jaenudin 5:35am Oct 15
di cetak gmn om

Yehezkiel Sentosa 5:36am Oct 15
di echo atau di print, -_-

Jaenudin 5:40am Oct 15
hasilnya
(0,Resource id #5)

Yehezkiel Sentosa 5:43am Oct 15
coba di echo variable $username dan $pass

Jaenudin 5:50am Oct 15
hasilnya (jaenudin)()

Yehezkiel Sentosa 5:56am Oct 15
pastikan name yang di get oleh varibale $_POST sudah benar dengan name yang di html form

Jaenudin 6:10am Oct 15
udh benr smua tp hsilnya tetep

Yehezkiel Sentosa 6:17am Oct 15
variable $pass yang tadi saya minta cetak, value nya kosong kan.. berarti tidak ke get == empty

jd pastikan variable $_POST sudah get name nya sama dengan name dari html form

Jaenudin 6:20am Oct 15
ini udh (jaenudin)(cc102695d413cea9e6c8d4223a661976) yng pertama td slah

Yehezkiel Sentosa 6:24am Oct 15
nilai username dan pass ini di check manual aja ke database, value nye exists tidak?

Jaenudin 6:28am Oct 15
udah sma semua bang

Yehezkiel Sentosa 6:43am Oct 15
kalo yg skrg coba login ada pesan error tidak?

Jaenudin 6:44am Oct 15
tidak ada yang muncul malh yang else itu

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

PHP Indonesia - Facebook: Cara buat kategori artikel Atau pembuatan artikel ...

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/ 
Want free Kindle ebooks?

Sign up to receive the best freebie Kindle ebook deals in your email every day.
From our sponsors
Cara buat kategori artikel Atau pembuatan artikel ...
Oct 15th 2013, 06:10, by Krisna Madani

Krisna Madani 6:10am Oct 15
Cara buat kategori artikel
Atau pembuatan artikel sesuai kategori
Dan saat buat artikel ada combobox yang jika diklik akan muncul list yang ada di database kategori

Andi Malik Rizki Maula 6:13am Oct 15
bikin relasi antara tabel artikel dengan tabel kategori, klo soal combobox, di select aja data kategori yg ada di database, kemudian di-looping sambil nambahin tag <option>

Krisna Madani 6:15am Oct 15
wow

Andi Malik Rizki Maula 6:15am Oct 15
wow #Koprol :v

Krisna Madani 6:16am Oct 15
padahal saya gak ngerti

Zeihan Aulia 6:26am Oct 15
utak utik WordPress aja dulu mas, baca baca strukturnya.
intinya sih lu buat dulu table kategorinya, abis itu disetiap artikel masukin kategori yang ada di table kategori itu. bisa pake inputannya bisa pake checkbox, biar bisa 1 artikel ada dibeberapa kategori.

Krisna Madani 6:40am Oct 15
Okeh okeh

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

PHP Indonesia - Facebook: [ASK] ada yg develop android juga ga yah disini?

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/ 
Manage your social media

Best social media tool for image publishing to Facebook and Twitter. Look amazing and delight your followers. Get 40% off when you sign up today.
From our sponsors
[ASK] ada yg develop android juga ga yah disini?
Oct 15th 2013, 04:47, by Mas Anto Jeh

Mas Anto Jeh 4:47am Oct 15
[ASK] ada yg develop android juga ga yah disini?

Chiko Abdul Qohar 4:48am Oct 15
ada

Malang Ngalam 4:50am Oct 15
ada bro emg knp ada project android kah?

Mas Anto Jeh 4:52am Oct 15
lagi nyari pencerahan. nyoba buat aplikasi ada yg gak kena2 nih. dah research di google gak berhasil2 :D

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