Sabtu, 28 September 2013

PHP Indonesia - Facebook: $lama_hari =array("0","1","2","3","4","5","6","7",...

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/ 
Use GarageBand in Just 1 Hour

Learn to create music in GarageBand and become the Beethoven you've wanted to be. This online course is just $30. Sign up today!
From our sponsors
$lama_hari =array("0","1","2","3","4","5","6","7",...
Sep 28th 2013, 06:04, by Toshi Christian

Toshi Christian 6:04am Sep 28
$lama_hari =array("0","1","2","3","4","5","6","7","8","9","10");

data $selisih5 isinya aray (dinamis) bia gantiganti
print_r ($selisih5);

hasilnya : Array ( [0] => 2=1 [1] => 3=8 [2] => 4=2 [3] => 5=4 [4] => 6=6 [5] => 7=8 [6] => 8=8 [7] => 9=7 [8] => 10=7 )

##################################
mau hasilnya gini dalam table

|0 hari|1 hari|2 hari|3 hari|4 hari|5 hari|6 hari|7 hari|8 hari|9 hari|10 hari|
| 0 | 0 | 2=1 | 3=8 | 4=2 | 5=4 | 6=6 | 7=8 | 8=8 | 9=7 | 10=7 |

####################################
rumus ane.. apakah sudah benar
####################################

foreach($lama_hari as $x1) {
foreach ($selisih5 as $selisih6) {
$pecahisi=explode ('=',$selisih6);
if ($x1==$pecahisi[0]) {echo "<td>$pecahisi[0]=$pecahisi[1]</td>";}

}

}

tolongin dong.....

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