Jumat, 23 Agustus 2013

PHP Indonesia - Facebook: gan, klo muncul error kya gini "Fatal error: Cann...

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/ 
Exotic travel ideas.

Searching for your next vacation destination? Subscribe to Off The Beaten Path, a newsletter featuring captivating locales to help you to plan your next trip.
From our sponsors
gan, klo muncul error kya gini "Fatal error: Cann...
Aug 23rd 2013, 15:52, by C Rieqy IfndefXor PetangatusteluForbidden

C Rieqy IfndefXor PetangatusteluForbidden 3:52pm Aug 23
gan, klo muncul error kya gini
"Fatal error: Cannot redeclare class mbahmu in D:\path\....\mbuh.php"
itu kya gmana ?

Pengaturan Privasi 3:53pm Aug 23
mungkin class-nya di panggil/diinclude 2 kali.,..

C Rieqy IfndefXor PetangatusteluForbidden 3:59pm Aug 23
1 kali gan, kan ane buat class, trus ane buat method untuk manggil class ke2
ini methodnya:
function quote(){
include("quote.php");
$a = new mbahmu;
return $a->mbuh();
}
trus ini class quote.php atau class ke2 nya:
class mbahmu{
function mbuh(){
require_once("quotes.php");
$list_topik = array($topic_age, $topic_alone,$topic_amazing,$topic_anger,$topic_anniversary,$topic_architecture,$topic_art,$topic_attitude,$topic_beauty,$topic_best,$topic_birthday,$topic_business);
$topik = $list_topik[array_rand($list_topik)];
$quote = explode("~^^~",$topik[array_rand($topik)]);
return '"'.stripcslashes($quote[0]).'" - '.stripcslashes($quote[1]);
}
}
trus pas ane run, error kya gitu.

Pengaturan Privasi 4:02pm Aug 23
ini larinya kemana?
require_once("quotes.php");

C Rieqy IfndefXor PetangatusteluForbidden 4:04pm Aug 23
itu isinya kya gini
$topic1 = array("......", ".........", "..........");
$tpoic2 = array("......", ".........", "..........");
dst

C Rieqy IfndefXor PetangatusteluForbidden 4:05pm Aug 23
ya pokokknya isinya data array yg menampung variabel
$topic_alone,$topic_amazing,$topic_anger,$topic_anniversary,$topic_architecture,$topic_art,$topic_attitude,$topic_beauty,$topic_best,$topic_birthday,$topic_busines

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