Sabtu, 26 Oktober 2013

PHP Indonesia - Facebook: [ASK] Masta lagi-lagi ane numpang nanya nih!!

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/ 
The Best Way to Manage your Money.

Start using Mint today to set a budget, track your goals and do more with your money.
From our sponsors
[ASK] Masta lagi-lagi ane numpang nanya nih!!
Oct 27th 2013, 05:17, by Samad KeDai

Samad KeDai 5:17am Oct 27
[ASK]
Masta lagi-lagi ane numpang nanya nih!!
<?php
$a="testing";
$b="cuman.testing";
if ($a/* kondisi perbandingan */ $b)
echo "benar";
echo "salah";
?>

gimana ya supaya kondisi perbandingan diatas bisa benar???
ato mungkin ada algoritma tertentu??

C Rieqy IfndefXor PetangatusteluForbidden 5:18am Oct 27
<?php
$a="testing";
$b="cuman.testing";
if (!strcmp($a, $b))echo "benar";
else echo "salah";
?>

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