Rabu, 09 Oktober 2013

PHP Indonesia - Facebook: [ask] ad nilai seperti ini : $no='011111111'; $t...

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/ 
Free Bestselling eBooks

Free national bestsellers for your eReader - Fiction, Nonfiction & more! Join 1.5 million book lovers now. Sign-up in under 10 seconds to get the free daily email.
From our sponsors
[ask] ad nilai seperti ini : $no='011111111'; $t...
Oct 10th 2013, 04:54, by Adhie Purwa Sasmita

Adhie Purwa Sasmita 4:54am Oct 10
[ask]

ad nilai seperti ini :

$no='011111111';
$test=array('02145563617','08129867674','0394892893','011111111','05472737','0784838782');

cara supaya ngecek c $no itu udah ad ap blom d array itu gmn y?
sya nyoba
preg_match($no,$test)

dia ngga bisa krena parameter k 3'a g d isi, bgaimana y kira"?
-Trims

Rully Ramanda 4:56am Oct 10
in_array()

Andi Sholihin 4:57am Oct 10
$ada = in_array($no, $test);
if ($ada) {
echo 'ada gan';
} else {
echo 'gak ketemu :(';
}

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