Senin, 30 September 2013

PHP Indonesia - Facebook: if(eregi("^[0-9a-z]([-_.]?[0-9a-z])*@[0-9a-z]([-.]...

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
if(eregi("^[0-9a-z]([-_.]?[0-9a-z])*@[0-9a-z]([-.]...
Sep 30th 2013, 07:39, by Krisna Madani

Krisna Madani 7:39am Sep 30
if(eregi("^[0-9a-z]([-_.]?[0-9a-z])*@[0-9a-z]([-.]?[0-9a-z])*\\.[a-z]{2,3}$", $email))
eror eregi

Annas Ashari Arbarim 7:40am Sep 30
titik tidak diescape di bbrpa bagian :D

Krisna Madani 7:42am Sep 30
contohnya gan gak tau saya ?

Annas Ashari Arbarim 7:44am Sep 30
cb escape tanda minus dan titik di [-.] menjadi [\- \.] anda melakukan validasi alamat emailkah? :D

Wak Hehe Jek 7:47am Sep 30
eregi deprecated, use preg_match instead

Krisna Madani 7:51am Sep 30
Annas Ashari Arbarim ya saya buat validasi email untuk register
@ Wak Hehe Jek: give an example

Wak Hehe Jek 7:52am Sep 30
http://takien.com/513/how-to-fix-function-eregi-is-deprecated-in-php-5-3-0.php

Dicky Agustin C'ociv Thea 7:56am Sep 30
Mending gunain fungsi filter aja sob,
lebih simple
if(filter_var($email_string,FILTER_VALIDATE_EMAIL))

Annas Ashari Arbarim 7:57am Sep 30
cb gnti aja ky gni, pke preg_match :D

/^[a-z0-9\-\._]+@[a-z0-9\.\-_]+\.[a-z]{2,3}$/

Annas Ashari Arbarim 7:57am Sep 30
Dicky Agustin C'ociv Thea: wah ilmu baru makasih gan (y) :D

Krisna Madani 7:58am Sep 30
thanks saran gan dicoba satu satu...!! :)

Dicky Agustin C'ociv Thea 7:58am Sep 30
Sip,

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