Kamis, 10 Oktober 2013

PHP Indonesia - Facebook: solusinya gmna gan,? switch($_GET['page']){ defa...

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/ 
Refresh your vocabulary.

Learn a new word everyday by subscribing to Word of the Day. A great tool if you're studying for the GRE, GMAT or LSAT, or simply want to enhance your lexicon.
From our sponsors
solusinya gmna gan,? switch($_GET['page']){ defa...
Oct 10th 2013, 08:47, by Ibnu Calm

Ibnu Calm 8:47am Oct 10
solusinya gmna gan,?

switch($_GET['page']){
default:
include "main.php";
break;

case'produk':
include"produk.php";
break;
}
Notice: Undefined index: page in D:\xampp\htdocs\alie\index.php on line 140

Misel Julianta Putra 8:49am Oct 10
sobatku.netne.net

Setiady Mulya 8:50am Oct 10
coba gini gan

switch(isset($_GET['page'])){
default:
include "main.php";
break;

case'produk':
include"produk.php";
break;
}

Ibnu Calm 8:51am Oct 10
sip.

Rizki Romadhoni 8:51am Oct 10
didalam $_GET nggak ada array page. cb ke alie/index.php?page=produk

Ibnu Calm 8:51am Oct 10
udah bisa emang kurang issetnya.

Rizki Romadhoni 8:54am Oct 10
siiip dah

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