Minggu, 15 September 2013

PHP Indonesia - Facebook: para master saya mau tanya bagaimana mencari funct...

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/ 
Learning HTML & CSS shouldn't be difficult.

Master Trainer, Mark Lassoff, will teach you everything you need to know to create a creative and professional web site in 4 hours.
From our sponsors
para master saya mau tanya bagaimana mencari funct...
Sep 16th 2013, 05:54, by Yusuf Rifai

Yusuf Rifai 5:54am Sep 16
para master saya mau tanya bagaimana mencari function/method di dalam codeigniter dan menjalankannya bila ada? terimakasih sebelumnya.. (Y)

Rully Ramanda 6:02am Sep 16
bagaimana mencari function/method dalam codeigniter?

buka saja source code nya CodeIgniter, atau baca dokumentasi CodeIgniter

bagaimana menjalankan nya?

cukup dipanggil saja fungsi nya di script php yg dibuat..

contoh :

namaFungsi();

Yusuf Rifai 6:14am Sep 16
maksud saya mencarinya lewat coding.. bang rully. misal this->find_method_byname('abc');

Yusuf Rifai 6:15am Sep 16
atau sejenisnya..

Rully Ramanda 6:16am Sep 16
btw kenapa harus dicari dulu?

kenapa tidak langsung dipanggil saja?

Rully Ramanda 6:17am Sep 16
klo mau mengecek apakah suatu fungsi ada atau tidak bisa menggunakan: function_exists()

Rully Ramanda 6:17am Sep 16
============================
<?php
if (function_exists('imap_open')) {
echo "IMAP functions are available.<br />\n";
} else {
echo "IMAP functions are not available.<br />\n";
}
?>

Yusuf Rifai 6:22am Sep 16
saya punya ide kalo string dari nama function akan saya encript kemudian saya decript dan saya jalankan.. biar nama functionnya tidak ketahuan hehehe... mohon pencerahan.

Yusuf Rifai 6:23am Sep 16
misal adss.com/index.php/sdfgrt43654e$^ff

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

PHP Indonesia - Facebook: Selamat Siang Master PHP.. Bagaimana Cara memangg...

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/ 
Creating iOS Games: Beginner Course

Marin Todorov teaches you how to create an iPhone game easily and simply using Cocos2d in this $99 online course.
From our sponsors
Selamat Siang Master PHP.. Bagaimana Cara memangg...
Sep 16th 2013, 04:42, by Huang Zhao Fei

Huang Zhao Fei 4:42am Sep 16
Selamat Siang Master PHP..

Bagaimana Cara memanggil stored procedure mysql menggunakan php ya?

Terima Kasih

Ryan Dmtry 4:44am Sep 16
mysql_query("CALL sp_test();");

Huang Zhao Fei 4:45am Sep 16
menampilkan result nya?

Ryan Dmtry 4:47am Sep 16
ya sama aja kaya biasa, pake mysql_fetch_array

Huang Zhao Fei 4:47am Sep 16
oke thx. di coba dulu

Huang Zhao Fei 4:51am Sep 16
tidak bisa query nya salah

Ryan Dmtry 4:53am Sep 16
salah gmn?
cb tampilin errornya

mysql_query("CALL sp_test();") or die (mysql_error());

Huang Zhao Fei 4:56am Sep 16
PROCEDURE dm.lapmod can't return a result set in the given context

Ryan Dmtry 4:58am Sep 16
pake php brp?

ini ada bug fixing, tapi dah pake mysqli
https://bugs.php.net/bug.php?id=42548

Huang Zhao Fei 4:59am Sep 16
pake xampp 1.7.3

Ryan Dmtry 5:00am Sep 16
cb panggil spnya di phpmyadmin, error gitu juga ga?

Huang Zhao Fei 5:03am Sep 16
iya sama

Ryan Dmtry 5:03am Sep 16
isi spnya gmn cb?

Ryan Dmtry 5:04am Sep 16
taro di http://pastebin.com yah

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

PHP Indonesia - Facebook: [ask]gan, gmna membuat pemberitahuan jika nilai 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/ 
Marketing Mobile Apps

This online course focuses on marketing efforts that will increase your app's exposure and establish a mobile app marketing plan. Enroll today for $99.
From our sponsors
[ask]gan, gmna membuat pemberitahuan jika nilai ya...
Sep 16th 2013, 04:58, by Rere Saputra

Rere Saputra 4:58am Sep 16
[ask]gan, gmna membuat pemberitahuan jika nilai yang valuenya benar2 nol = 0 maka "notifikasi!" sedangkan nilai yang 0.32434324 itu ditampilkan?
ane cba seperti bawah nggak mau gan 0,8989 itu masih dibaca 0
mohon pencerahan gan

if($result != 0){
echo "<b>nilai".$result."</b>";
}else{
echo "Pastikan pilihan sudah benar benar!</font></b></center>";
}

Akhmad Ghozien 5:00am Sep 16
mungkin pake titik jangan pake koma

Rere Saputra 5:09am Sep 16
memang pke titik gan itu salah ketik aja, gmna tu gan?

Edwin Setiawan 5:22am Sep 16
$result<=0

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

PHP Indonesia - Facebook: modem agan LELET KAYAK KEONG ?? mau SSH makin cihu...

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/ 
Design-Led Engineering

Sourcebits - When your Mobile App has to be absolutely developed right. We've built more than 20 apps that have cracked the Top 10 in the App Store.
From our sponsors
modem agan LELET KAYAK KEONG ?? mau SSH makin cihu...
Sep 16th 2013, 05:24, by Elank Zee

Elank Zee 5:24am Sep 16
modem agan LELET KAYAK KEONG ??
mau SSH makin cihuyy ..??
pake modem super juga donk biar tambah ngebuttt ..

14Mbs
zte mf656 : 240rb
huawei e352 : 275.ooo,-
21Mbs
huawei e352-s5 : 340.ooo,-
28mbs
zte mf688 : 300.ooo,-
k4511 : 475.ooo,-
42Mbs
sierra 312u : 365.ooo
zte mf683 : 390.ooo,-
100Mbs / LTE
alcatel 1k3m : 370.ooo,-
huawei e392 : 690.ooo,-
huawei vodafone k5005 : 710.ooo,-

+ buruaaan peseen segera . sebelum kehabissann ..
+ ketinggalan nyesel looh ..

Langsung pesan gan ke sini ,, klik
http://www.facebook.com/groups/m3.ModemMurahMeriah/doc/507410215979264//

CP : Elank Zee 08976609078 / 31177c86 /

Mau modem Murah ? ya di ..
Modem Murah Meriah
gabung di group http://www.facebook.com/groups/m3.ModemMurahMeriah

Yayan Sopiyan 5:27am Sep 16
DILARANG DAGANG DISINI!!!!
DALAM WAKTU 2 MENIT GAK DIHAPUS SAMA TS..
ENTE ANE BAN..!!!

Chris Copon 5:28am Sep 16
wkww

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

PHP Indonesia - Facebook: [ask]gan, gimana cara mengambil nilai max jika ada...

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/ 
Mobile Game Development Course

Learn how to create awesome HTML5 games that run on iPhone, iPad, Android and Desktop! Sign up today for this $99 online course.
From our sponsors
[ask]gan, gimana cara mengambil nilai max jika ada...
Sep 16th 2013, 03:39, by Rere Saputra

Rere Saputra 3:39am Sep 16
[ask]gan, gimana cara mengambil nilai max jika ada dua nilai yang tinggi dan bernilai sama pada array?
kalo pke fungsi max cuman diambil satu aja gan

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

PHP Indonesia - Facebook: Permisi gan numpang nanya. Cara bikin paging biar ...

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/ 
Mobile Game Development Course

Learn how to create awesome HTML5 games that run on iPhone, iPad, Android and Desktop! Sign up today for this $99 online course.
From our sponsors
Permisi gan numpang nanya. Cara bikin paging biar ...
Sep 16th 2013, 04:10, by Rahmat Fathi

Rahmat Fathi 4:10am Sep 16
Permisi gan numpang nanya.
Cara bikin paging biar jadinya kayak gini gimana ya: 1...4567...10
Mohon Bantuannya

IChan Pratama 4:19am Sep 16
googling :) http://blog.rosihanari.net/ide-membuat-advance-paging-dengan-php/ http://bimosaurus.com/2012/05/01/contoh-super-simple-paging-halaman-php-mysql/

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