Sabtu, 09 November 2013

PHP Indonesia - Facebook: if($_POST['id'].length >=3){ echo "berhasil"; }els...

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/ 
Learn to create beautiful cakes from your kitchen.

Whether you are doing this for fun or to start a new business, this course provides the simple techniques needed to decorate a cake like a pro.
From our sponsors
if($_POST['id'].length >=3){ echo "berhasil"; }els...
Nov 10th 2013, 02:41, by Lintar Febriyanto

Lintar Febriyanto 2:41am Nov 10
if($_POST['id'].length >=3){
echo "berhasil";
}else{
echo"minimal 3 karakter";
}

gan yg slah apanya y kugh ndk bisa
mhon bntuannya

Ardha Herdianto 2:43am Nov 10
length buat apa ya mas? sama strlen beda ya?

Muhammad Luthfi Asri 2:46am Nov 10
strlen() : cek panjang suatu string

Mas Kofa 2:46am Nov 10
Strlen($_POST["id"])

Achmad Jamhari 2:46am Nov 10
if(strlen(var)<4)

Lintar Febriyanto 2:47am Nov 10
Niatnya gni mas itu jika kolom hanya di isi kurang dari 3 karakter dia akan keluar tulisan maaf minimal 3 karakter

Ardha Herdianto 2:47am Nov 10
if(strlen($_POST['id']) >=3){
echo "berhasil";
}else{
echo"minimal 3 karakter";
}

M Bachdim Wahid 2:48am Nov 10
if($_POST['id'].length >=3)

mnjadi

if(strlen($_POST['id']) >=3)

Junaidi Abdillah 2:49am Nov 10
Nah itu mas Mas Kofa dan ahmad Achmad Jamhari jawabanya...hehe

Lintar Febriyanto 2:51am Nov 10
Hehehe oalah salah hehee mkasih ya semua smoga ilmunya barokah

Lintar Febriyanto 2:51am Nov 10
Hehehe oalah salah hehee mkasih ya semua smoga ilmunya barokah

Al Ghurahy 4:01am Nov 10
pasti jumbuh (ambigu) sama javascript ya

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