Minggu, 10 November 2013

PHP Indonesia - Facebook: [ASK][MySQL] kalau pake query ini SELECT propinsi...

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/ 
Shop Best Buy

Find this week's deals in computers, cameras, phones, and more! Choose store pick up or other shipment options.
From our sponsors
[ASK][MySQL] kalau pake query ini SELECT propinsi...
Nov 11th 2013, 00:31, by Rendy de Puniet II

Rendy de Puniet II 12:31am Nov 11
[ASK][MySQL]

kalau pake query ini SELECT propinsi.rpnama,COUNT(anggota.aid) AS Amount FROM anggota
RIGHT JOIN propinsi
ON anggota.apropinsi=propinsi.rpid
WHERE MONTH(anggota.atgldaftar) = 3
GROUP BY rpnama ORDER BY COUNT(anggota.aid) DESC;

data yang amountnya 0 koq gak tampil,

tapi kalau pake query ini SELECT propinsi.rpnama,COUNT(anggota.aid) AS Amount, anggota.atgldaftar FROM anggota
RIGHT JOIN propinsi
ON anggota.apropinsi=propinsi.rpid
GROUP BY rpnama ORDER BY COUNT(anggota.aid) DESC;

cuma data yang amountnya tidak 0 yang tampil. mohon korksinya master..

Rendy de Puniet II 12:38am Nov 11
up

Rendy de Puniet II 12:46am Nov 11
up

Fajar Saptono 1:02am Nov 11
coba diinfokan struktur tabelnya, logikanya kalau pakai RIGHT JOIN, data yang tampil adalah seluruh data yang di tabel sebelah kanan perintah JOIN

Varif Anrob Retak 1:04am Nov 11
@.@

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, ada yang pernah pkai jquery untuk upload...

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/ 
Microsoft Excel 2010 Training Course

Beginner / Intermediate self-paced online course of Microsoft's spreadsheet application. Enroll for just $99.
From our sponsors
[ask]gan, ada yang pernah pkai jquery untuk upload...
Nov 11th 2013, 00:57, by Rere Saputra

Rere Saputra 12:57am Nov 11
[ask]gan, ada yang pernah pkai jquery untuk upload image namanya apa ya?

Ary Ritiandi 1:09am Nov 11
Pake plupload bisa...ato searching mbah gugel keywordnya ajax upload image

Ahmad Ibrahim 1:36am Nov 11
Pakai elfinder malah lebih komplit, mirip windows explorer, untuk plugin tinymcenya sudah bisa, maunya juga bisa untuk sekedar upload image menggunakan modal dialog.

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: [tanya] script log file ama cara memasangnya ,, b...

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/ 
Microsoft Excel 2010 Training Course

Beginner / Intermediate self-paced online course of Microsoft's spreadsheet application. Enroll for just $99.
From our sponsors
[tanya] script log file ama cara memasangnya ,, b...
Nov 11th 2013, 01:00, by Surotobi Kunay

Surotobi Kunay 1:00am Nov 11
[tanya]

script log file ama cara memasangnya ,, bingung soal nya

<?php
$agent = $_SERVER['HTTP_USER_AGENT'];
$uri = $_SERVER['REQUEST_URI'];
$ip = $_SERVER['REMOTE_ADDR'];
$ref = $_SERVER['HTTP_REFERER'];
$asli = $_SERVER['HTTP_X_FORWARDED_FOR'];
$via = $_SERVER['HTTP_VIA'];
$dtime = date('r');
$entry_line = "Waktu: $dtime | IP asli: $ip | Browser: $agent | URL: $uri | Referrer: $ref | Proxy:
$asli | Koneksi: $via";

$fp = fopen("jejak.txt", "a+");
fputs($fp, $entry_line);
fclose($fp);
?>

gx mau kedetek ,,

apa ya

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: Halo apakah mungkin kita develop PHP di windows se...

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/ 
Use GarageBand in Just 1 Hour

Learn to create music in GarageBand and become the Beethoven you've wanted to be. This online course is just $30. Sign up today!
From our sponsors
Halo apakah mungkin kita develop PHP di windows se...
Nov 7th 2013, 18:50, by Muhammad Azamuddin

Muhammad Azamuddin 6:50pm Nov 7
Halo apakah mungkin kita develop PHP di windows server? dan bisakah kita mengakses microsoft sql (bukan mysql) lewat kode PHP secara langsung spt mengakses mysql?

الفين شفوطر 6:53pm Nov 7
bisa

Muhammad Azamuddin 6:58pm Nov 7
yang saya bingung, kan selama ini saya pake server apache. Nah berarti kan beda server tuh, kalau seperti itu kan ga mungkin connect ke ms sql nya

الفين شفوطر 6:59pm Nov 7
want a drink?

الفين شفوطر 6:59pm Nov 7
http://php.net/manual/en/book.mssql.php

Muhammad Azamuddin 7:01pm Nov 7
iya gan, kalo API untuk mengaksesnya emang disediakan oleh php. selanjutnya, apakah mungkin connect ke ms sql dari dari php yg running on apache, bukan running scr langsung dari windows servernya? thx

الفين شفوطر 7:04pm Nov 7
maksudnya mau diremote?

الفين شفوطر 7:10pm Nov 7
http://support.microsoft.com/kb/914277

Muhammad Azamuddin 10:53pm Nov 10
iya diremote

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: Numpak buka lapak yaaa agan - agan/mastah2 semua ...

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/ 
Host Unlimited Domains

Unlimited Domains, Unlimited Disk Space and Unlimited Transfer For One Low Price.
From our sponsors
Numpak buka lapak yaaa agan - agan/mastah2 semua ...
Nov 10th 2013, 23:28, by Riko Setyawan

Riko Setyawan 11:28pm Nov 10
Numpak buka lapak yaaa agan - agan/mastah2 semua
sekedar mencari rejeki :)
JUAL TOPENG OR MASK ANONYMOUS MASK V FOR VENDETTA ==>087836015546

Vendetta Mask :
-Tersedia warna putih & cream
-Bahan PVC light yellow dan white
-Dengan karet belakang kuat

-harga Rp. 45.000,00/pcs (belum termasuk ongkir)
beli 1 lusin/12pcs : Rp. 40.000,00/pcs (belum termasuk ongkir)

pemesanan dan pertanyaan hubungi :
087836015546
BBM : 7578bc4d

NO TIPU - TIPU !! SEKEDAR NYARI TAMBAHAN BUAT MAKAN.HEEEE

terima kasih:) buat admin dan agan agan yang udah izinin ane berdagang + mau order daganganku , saya doain sukses dunia akherat semua :) :v :)

BILA MINAT, JANGAN RAGU - RAGU AYO SILAHKAN PADA DIORDER YAAAA......
:) :)

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: Numpak buka lapak yaaa agan - agan/mastah2 semua ...

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/ 
Use GarageBand in Just 1 Hour

Learn to create music in GarageBand and become the Beethoven you've wanted to be. This online course is just $30. Sign up today!
From our sponsors
Numpak buka lapak yaaa agan - agan/mastah2 semua ...
Nov 10th 2013, 23:30, by Riko Setyawan

Riko Setyawan 11:30pm Nov 10
Numpak buka lapak yaaa agan - agan/mastah2 semua
sekedar mencari rejeki :)
JUAL TOPENG OR MASK ANONYMOUS MASK V FOR VENDETTA ==>087836015546

Vendetta Mask :
-Tersedia warna putih & cream
-Bahan PVC light yellow dan white
-Dengan karet belakang kuat

-harga Rp. 45.000,00/pcs (belum termasuk ongkir)
beli 1 lusin/12pcs : Rp. 40.000,00/pcs (belum termasuk ongkir)

pemesanan dan pertanyaan hubungi :
087836015546
BBM : 7578bc4d

NO TIPU - TIPU !! SEKEDAR NYARI TAMBAHAN BUAT MAKAN.HEEEE

terima kasih:) buat admin dan agan agan yang udah izinin ane berdagang + mau order daganganku , saya doain sukses dunia akherat semua :) :v :)

BILA MINAT, JANGAN RAGU - RAGU AYO SILAHKAN PADA DIORDER YAAAA......
:) :)

Rully Ramanda 11:31pm Nov 10
siap siap aja gan, disusur admin lapaknya

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: Help Cara Membuat Flash DI Header gimana yah??? da...

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/ 
Geek Squad from Best Buy

Get instant online support. We can fix computers, cameras, car technology and more. Talk to us today.
From our sponsors
Help Cara Membuat Flash DI Header gimana yah??? da...
Nov 10th 2013, 22:34, by Muhammad Fahmi

Muhammad Fahmi 10:34pm Nov 10
Help
Cara Membuat Flash DI Header gimana yah??? dan gimana cara memasukkan di halaman web kita....

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: I have big problem with uploading picture to faceb...

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/ 
Shop Best Buy

Find this week's deals in computers, cameras, phones, and more! Choose store pick up or other shipment options.
From our sponsors
I have big problem with uploading picture to faceb...
Nov 10th 2013, 21:37, by Olavi Allik

Olavi Allik 9:37pm Nov 10
I have big problem with uploading picture to facebook ... i dont understund anymore where is issue
My code:
http://pastebin.com/ypqALBnh

It give me error: (#324) Requires upload file

I checked server and file exists.

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: agan2 ini beneran gak sih, apa ane yg salah liat? ...

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
agan2 ini beneran gak sih, apa ane yg salah liat? ...
Nov 10th 2013, 19:11, by Tubagus Ismail

Tubagus Ismail 7:11pm Nov 10
agan2 ini beneran gak sih, apa ane yg salah liat? silahkan dicek
http://www.dewanpers.or.id

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