Kamis, 19 September 2013

PHP Indonesia - Facebook: siang om lnjt mau tanya ini kenapa ga berfungsi ya...

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 Adobe Illustrator CS6 Master Techniques from an Adobe Guru!

With over 25 years of experience teaching, Robert Farrell has been a trusted instructor for individuals and companies who want to improve their Adobe skills.
From our sponsors
siang om lnjt mau tanya ini kenapa ga berfungsi ya...
Sep 20th 2013, 06:20, by Danura Aditya

Danura Aditya 6:20am Sep 20
siang om lnjt mau tanya ini kenapa ga berfungsi yah ??
if(!(empty($prdId)||empty($prodharga)||empty($jmlproduct)||empty($prodname)))

{

foreach($_SESSION['shop_cart'] as $k => $v)
{
if($_SESSION['shop_cart'][$k]['id']==$prdId)
{
$_SESSION['shop_cart'][$k]['id'] = $prdId;
$_SESSION['shop_cart'][$k]['qty'] = $jmlproduct;
$_SESSION['shop_cart'][$k]['harga'] = $prodharga;
$_SESSION['shop_cart'][$k]['name'] = $prodname;
}
else
{
$_SESSION['shop_cart'][]= array('id'=>$prdId,'harga'=>$prodharga,'qty'=>$jmlproduct,'name'=>$prodname);
echo $prodId;
}
}
}

Eko Priyanto 6:34am Sep 20
if(!empty($prdID)) nya om d ganti...

Danura Aditya 6:36am Sep 20
udah mas if(!empty($prdId)) sama aja ga berfungshi

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