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 | 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 |
| | sobatku.netne.net |
| | coba gini gan
switch(isset($_GET['page'])){ default: include "main.php"; break;
case'produk': include"produk.php"; break; } |
| | sip. |
| | didalam $_GET nggak ada array page. cb ke alie/index.php?page=produk |
| | udah bisa emang kurang issetnya. |
| | siiip dah | | |
|
Tidak ada komentar:
Posting Komentar