Minggu, 04 Agustus 2013

PHP Indonesia - Facebook: [ASK] mastah-mastah.. ada yang punya scrip yang me...

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/ 
[ASK] mastah-mastah.. ada yang punya scrip yang me...
Aug 5th 2013, 05:54, by Selvieye Slalu Tersenyum

Selvieye Slalu Tersenyum 5:54am Aug 5
[ASK]
mastah-mastah..
ada yang punya scrip yang menampilkan nilai misalkan nilai nya kurang dari 50 maka tidak lulus dan jika nilainya lebih dari 50 maka nilainya lulus..
dan kalau nilainya pas 50 maka lulus

Firmansyah Firexas 5:56am Aug 5
bikin kondisi aja sel, <?php if ($lulus >= 50){echo "lulus";}else{echo"GAGAL";}

Tomtom DeCrab 5:57am Aug 5
if($nilai >= 50)
echo 'Lulus';
else
echo 'Tidak lulus';

Selvieye Slalu Tersenyum 5:58am Aug 5
ok di coba dulu yah??

Daelami Agus Muharam 6:03am Aug 5
tugas.. :3 yah..?

Selvieye Slalu Tersenyum 6:05am Aug 5
:D

Indra Eka Prasetya 6:12am Aug 5
pertanyaan macam apa ini

Alfado Puja Kusuma 6:22am Aug 5
ini kan pelajaran SMA kelas satu :3

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: master. saya mau tanya nih... Misalnya saya punya...

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/ 
master. saya mau tanya nih... Misalnya saya punya...
Aug 2nd 2013, 12:44, by Basrul Yandri

Basrul Yandri 12:44pm Aug 2
master. saya mau tanya nih...

Misalnya saya punya 2 buah tabel A dan tabel B.

kedua tabel tersebut sama2 memiliki field "Nama".

Saya ingin membuat looping yang bisa mengkroscek dari 2 tabel tersebut, yang memiliki 2 record Nama yang mirip atau sama.... bagai mana kira2 Query SQL atau minta contoh scriptnya?

contoh nya seperti ini master. Makasih sebelumnya

Moch Zawaruddin Abdullah 1:26pm Aug 2
pake sql join, where tabelA.nama = tabelB.nama

Za CKy 1:31pm Aug 2
select * from table A x
JOIN tabel B y ON x.nama=y.nama
WHERE x.nama='Anna Hudzaifah';

Muhammad Taufiq Hidayat 1:41pm Aug 2
subquery,,

Muhammad Taufiq Hidayat 1:41pm Aug 2
relasi

Sunu Pinasthika F 1:58pm Aug 2
yang syarat mirip itu agak sulit kayaknya tapi mungkin. tapi saya belum bisa >_<. kalau yang syarat sama ya seperti jawaban para master diatas :)

Etrio Widodo 2:17pm Aug 2
senggol suhu Sandi Anjar Maulana tah master nu boga cahaya software .. sing loba taros bager da teu ngegel

Ztoro Code 2:27pm Aug 2
gini mas bro : select * from A join B
on A.Nama like concat('%',B.Nama,'%')

Ztoro Code 2:30pm Aug 2
ato lebih tepatnya gini :
select * from A,B where A.Nama like concat('%',B.Nama,'%')
or B.Nama like concat('%',A.Nama,'%')

Moch Zawaruddin Abdullah 3:03pm Aug 2
pake bahasa nasional ae bro, klo komen....
#gMudheng... :D

alternatif
SELECT a.*, b.* FROM tabelA a, tabelB b WHERE a.nama = b.nama

Willy 3:27pm Aug 2
Ini sudah masuk ranah NLP gan...
Untuk contoh MYSQLnya, saya coba lagi setupkan.. bisa pakai MATCH AGAINST

Moch Zawaruddin Abdullah 3:31pm Aug 2
eh buset, ternyata namane beda to... :D
*g teliti

itu kira2 antara tabelA ma tabelB PK ne mana? dah normal kah db nya?

Basrul Yandri 3:42pm Aug 2
Makasih master semua.... dicoba dulu..

Willy 3:48pm Aug 2
Sori gan, ane masih cupu NLP... blom bisa banyak bantu @@"
Silakan dipelajari SQLFiddlenya

http://sqlfiddle.com/#!2/4ac44/1

reperensi
http://dev.mysql.com/doc/refman/5.5/en/fulltext-boolean.html

idenya itu selalu bandingkan teks yang kecil dengan yg besar dalam kasus agan

Basrul Yandri 4:06pm Aug 2
makasih gan willy. Membantu banget

Willy 4:30pm Aug 2
yang bisa ane kasi saran itu paling pada saat replacement data ini, user tetep dilibatkan dalam proses replacing datanya.. misal ada data Anna Kendrik, ada salah ketik jadi Anna Kendik, dan ada data orang lain yg namanya Anna Kendrick
Nah disini si user dapat memilih Anna Kendik di satu halaman dan baru datanya di merge.... seperti itu gan

Arie Agung 5:16am Aug 5
setuju dgn atas ane. kasus di atas kl mengandalkan algoritma pembanding 1 field saja akan terjadi kekacauan. mis. iya kalau memang orangnya sama, kalau beda? arie sama ari apakah salah ketik atau 2 orang berbeda?

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: Hallo semua, saya mewakili Adobe User group Indone...

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/ 
Hallo semua, saya mewakili Adobe User group Indone...
Aug 5th 2013, 04:23, by Ahmad Fathi Hadi

Ahmad Fathi Hadi 4:23am Aug 5
Hallo semua, saya mewakili Adobe User group Indonesia, mengundang teman-teman PHP Indonesia untuk ikut acara tahunan kami, yaitu Adobe Camp Indonesia 2013. Acara ini akan diselenggarakan selama 2 hari penuh dengan 12 pembicara yang keren-keren dan Free as usual. Bahkan kita akan bagi-bagi lisensi Adobe secara gratis.

Silahkan registrasi disini http://adobecampindonesia2013.eventbrite.com/

Erwin Budiantoro 4:37am Aug 5
wowowowww

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} Mau nanya ndong... yang kaya begini namany...

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/ 
{Tanya} Mau nanya ndong... yang kaya begini namany...
Aug 5th 2013, 05:12, by Gunawan Christianto

Gunawan Christianto 5:12am Aug 5
{Tanya}
Mau nanya ndong... yang kaya begini namanya apa, trus ada yang punya SCnya gkk? Thanks...

Irham Ramadhan 5:13am Aug 5
ckeditor..

Gunawan Christianto 5:13am Aug 5
pnya SCnya bang? ato mungkin link untuk downloadnya?

Gunawan Christianto 5:13am Aug 5
than

Gunawan Christianto 5:13am Aug 5
s

Gunawan Christianto 5:14am Aug 5
ohh... udah ada... thanks

Irham Ramadhan 5:14am Aug 5
http://ckeditor.com/

Muhammad Taufiq Hidayat 5:21am Aug 5
tinyMCE

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: Assalamu'alikum. Gan, gmn cara membuat peta denga...

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/ 
Assalamu'alikum. Gan, gmn cara membuat peta denga...
Aug 5th 2013, 05:23, by Ahmad Saleh Lubis

Ahmad Saleh Lubis 5:23am Aug 5
Assalamu'alikum.

Gan, gmn cara membuat peta dengan titik kordinat seperti GIS ( ketika pointer di atas petanya muncul informasi daerahnya ) menggunakan script php. Tanpa terkoneksi ke google map.

Mohon Bantuannya.

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: mas/mbak mau tanya, saya baru belajar fw CI, kira2...

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/ 
mas/mbak mau tanya, saya baru belajar fw CI, kira2...
Aug 5th 2013, 05:16, by Bernadus Widaryanto

Bernadus Widaryanto 5:16am Aug 5
mas/mbak mau tanya,
saya baru belajar fw CI, kira2 kode yang di gambar itu salah apa gak ya terutama pemakaian include?
skenarionya saya mau panggil method "protected part()" yang ada di class welcome.php
itu dulu, thnx 4 attention :D

Tirta Keniten 5:21am Aug 5
saya pake CI, gak pernah ada include di controller
kalo mau extends/custom ci controller, bikin class MY_Controller extends CI_Controller di application/core

untuk di controller
class Coba extends MY_Controller

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: gan saya punya script search dengan memanggil no k...

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/ 
gan saya punya script search dengan memanggil no k...
Aug 5th 2013, 04:01, by Muhamad Fauzi

Muhamad Fauzi 4:01am Aug 5
gan saya punya script search dengan memanggil no ktp seperti ini
$no_ktp = $_POST['no_ktp'];
$query_penjualan = "select * from pesanan
where pesanan.no_ktp = '$no_ktp'";

Sedangkan di tabel detail yang saya joinnin [detail_pesanan] manggil dari id dari tabel yg pertama [pesanan],

"where detail_tiket.id_pesanan = '$id'";

gimana ya gan solusinya supaya tabel join itu kebaca juga , walaupun saya pake search dengan no ktp?? mohon solusinya 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: mau tanya master..ada yg pernh buat website multis...

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/ 
mau tanya master..ada yg pernh buat website multis...
Aug 3rd 2013, 07:01, by Indra Kusuma

Indra Kusuma 7:01am Aug 3
mau tanya master..ada yg pernh buat website multisite dengan penrapan wilcard subdomain gk ya? di CI

Wahyu Gugus Nurcahyo 7:02am Aug 3
ada.. :D

Indra Kusuma 7:03am Aug 3
Wah,,bisa minta penjelasannya gan..logika subdomain nya gimna tu.?

Wahyu Gugus Nurcahyo 7:07am Aug 3
pertama konfigurasi di server dulu, klo shared hosting biasanya wildcardnya tidak diaktifkan, minimal vps baru wildcardnya bisa diaktifin.

dari code dibawah ini kembangin aja jadi ke CInya

<?php
$subdomain = $_SERVER['SERVER_NAME'];
$check = ....; //cek di database apakah ada $subdomain atau tidak
if (!$check){
echo "not found";
} else {
// tampilkan halaman sesuai database
// echo whatever here
}
?>

Indra Kusuma 7:14am Aug 3
Itu di php nya gk mas..kalau di CI itu giman mas gambarannya..apa kita buat class khusus subdomain atau gmna mas

Wahyu Gugus Nurcahyo 7:18am Aug 3
klo diCInya hampir sama kn ngambil SERVER_NAMEnya aja dijadiin variabel global buat select di dbnya.

Indra Kusuma 7:38am Aug 3
gitu ya, terimakasih ya mas...kira2 ada kitab nya gk ya..hihihi... atau referensi nya...?? waktu mas nya belajar..

Wahyu Gugus Nurcahyo 3:21am Aug 5
wah ga ada loh, konsepnya hampir sma kaya wordpress multisite

Wahyu Kristianto 3:31am Aug 5
FYI, http://net.tutsplus.com/tutorials/php/basecamp-style-subdomains-with-codeigniter/

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