Sabtu, 02 November 2013

PHP Indonesia - Facebook: [ASK] implementasi regex untuk filter sebuah kata ...

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/ 
Start taking a college level music theory class today.

This beginner class is now accessible to aspiring musicians of all ages. Learn all of the basic concepts in an easy to follow manner.
From our sponsors
[ASK] implementasi regex untuk filter sebuah kata ...
Nov 3rd 2013, 05:26, by Nafian Wildana

Nafian Wildana 5:26am Nov 3
[ASK] implementasi regex untuk filter sebuah kata yang tidak boleh diinputkan gimana ya? misal: "saya ingin beli mobil baru", saya pake ".+mobil.+" , karena ada kata mobil ditengah jadi kalimat tersebut bisa terdeteksi, tapi pake cara ini gagal kalau ternyata "mobil saya baru" atau "saya suka mobil" karena mobil ada di awal sama akhir, maklum baru belajar regex, mohon bantuannya.. :)

Slamet Aprilianto 5:32am Nov 3
Mungkin pakai atau mas, |

Al Ghurahy 5:34am Nov 3
pake /mobil/ aja harusnya bs...

pake php ate js? (kl input bs lgsg pake js sih)

if(preg_match("/mobil/", $stringmu)) {
// handling kasus ketemu 'mobil'
}

Slamet Aprilianto 5:34am Nov 3
Eh bukannya kalo mau begitu tggl pake /mobil/ saja ya mas?

Nafian Wildana 5:38am Nov 3
eh iya, maaf sebelumnya, sebenernya ini mau ane implementasikan ke jsp, :D
ane tanya di forum java lama ndak dibales2, sekarang udah nemu kok, pake cara agan slamet, pake | , maklium masih belum familiar sama regex.. hehe
thx mas :)

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 master mau tanya "select * from modul whe...

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
Permisi master mau tanya "select * from modul whe...
Nov 3rd 2013, 05:37, by Danang Vai Kurniawan

Danang Vai Kurniawan 5:37am Nov 3
Permisi master mau tanya

"select * from modul where aktif='Y' and urutan='1'"
dari skrip diatas kalo kita pengen nampilin urutan 1 sampai 5 gt gmn ?

Akhmad Ghozien 5:38am Nov 3
urutan <= 5

Akhmad Ghozien 5:38am Nov 3
"select * from modul where aktif='Y' and urutan<='5'"

Indra Syafi'i 5:39am Nov 3
SELECT * FROM modul WHERE aktif = 'Y' LIMIT 0 , 5

Hatake Kakashi 5:42am Nov 3
maksudnya urutan tu
1
2
3
4
5
gitu ya??
mungkin pake ""select * from modul where aktif='Y' order by urutan asc"
cmiiw

Alier Bintang Kecil 5:42am Nov 3
Select * from modul where aktif='Y' order by urutan limit 0,5

Yuans Kharista 5:42am Nov 3
$pencarian=mysql_query("select * from modul where aktif='Y' order by urutan")

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, numpang nanya, Kakak-Kakak semua. :) Kala...

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/ 
Join Delanceyplace

Sign up to receive a free quote from a non fiction book every weekday.
From our sponsors
Permisi, numpang nanya, Kakak-Kakak semua. :) Kala...
Nov 3rd 2013, 05:36, by Abu Masqon Sjueb

Abu Masqon Sjueb 5:36am Nov 3
Permisi, numpang nanya, Kakak-Kakak semua. :) Kalau saya memakai index.php, akan menghasilkan internal server error 500. Tetapi jika di-rename menjadi index.html, akan menjadi normal. Apanya yang harus diperbaiki?

انتوهيرين 6:02am Nov 3
tanda # pada rewrite belum di hapus.. :) .

انتوهيرين 6:03am Nov 3
tanda # pada rewrite belum di hapus.. :) .

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 master mau tanya "select * from modul whe...

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/ 
Learn Adobe Illustrator CS6 Master Techniques from an Adobe Guru!

With over 25 years of experience teaching, Robert Farrell has been a trusted instructor for individuals and companies who want to improve their Adobe skills.
From our sponsors
Permisi master mau tanya "select * from modul whe...
Nov 3rd 2013, 05:39, by Danang Vai Kurniawan

Danang Vai Kurniawan 5:39am Nov 3
Permisi master mau tanya

"select * from modul where aktif='Y' and urutan='1'"
dari skrip diatas kalo kita pengen nampilin urutan 1 sampai 5 gt gmn ?

Cahya Dsn 5:40am Nov 3
"SELECT * FROM modul WHERE aktif='Y' AND urutan BETWEEN 1 AND 5"

btw 'urutan' itu nama field?, apa maksudnya ..

"SELECT *
FROM modul
WHERE aktif='Y'
LIMIT 5"

.. ato..

"SELECT *
FROM modul
WHERE aktif='Y'
ORDER BY urutan
LIMIT 5"

tau deh.. ane gak tau koding cuman asal koming...

lebih enaknya dikasih contoh data tabelnya seperti apa, dan hasil yg diinginkan seperti apa.. cmiiw ^_^V

Okto Alhamda Putra 5:43am Nov 3
mungkin seperti ini urutan >= 1 and urutan <=5

انتوهيرين 5:49am Nov 3
select * from modul where aktif='Y' order by urutan asc limit 1,5

انتوهيرين 5:49am Nov 3
select * from modul where aktif='Y' order by urutan asc limit 1,5

Saddam-Husein Almandily 5:56am Nov 3
"select * from modul where aktif='Y' and urutan>=1 and urutan<=5"

Danang Vai Kurniawan 5:59am Nov 3
makasi ane coba dulu 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: Mohon infonya : Utk tempt kursus Php & MySql Kota ...

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 Adidas

Run better, look better, feel better with running gear favorites at Adidas. Find select styles up to 40% off today.
From our sponsors
Mohon infonya : Utk tempt kursus Php & MySql Kota ...
Nov 3rd 2013, 04:57, by Kang Aria

Kang Aria 4:57am Nov 3
Mohon infonya :
Utk tempt kursus Php & MySql Kota Tangerang dimana???
Trima kasih...

Gembel Berkelas 4:59am Nov 3
kite 1 almamater

Eksa Aja 5:04am Nov 3
Coba hubungi Gembel Berkelas dan om Mizno

Kang Aria 5:05am Nov 3
Oke

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 nanya logika dan tidak menanyakan...

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/ 
Make fitness a way of life

Sign up at a 24 Hour Fitness near you for a 7 day free trial. Join a class and find a community!
From our sponsors
Master, saya mau nanya logika dan tidak menanyakan...
Nov 3rd 2013, 05:06, by Dropb Nrro

Dropb Nrro 5:06am Nov 3
Master, saya mau nanya logika dan tidak menanyakan koding.

Bagaimana cara mencetak kalimat kebalikannya?
Klw satu kata, saya bisa. Misalnya kalimatnya adalah 'Aku' maka outputnya adalah 'ukA'

Yg ingin saya tanyakan LOGIKAnya adalah, misalnya inputnya dua, tiga kata atau lebih. Gimana ya melakukan pengecekan atas spasinya?

Contoh :
'Web Indonesia' maka outputnya adalah 'Bew Aisenodni'

Makasih ..
Saya nanya logikanya, buka koding.

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 kak, saya mau tanya.. Saya punya kode sepe...

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/ 
Introduction to Coaching & CEC's

In less than an hour, you'll learn how to win the hearts of your members and build a successful fitness community. Sign up for this $49 online course.
From our sponsors
Permisi kak, saya mau tanya.. Saya punya kode sepe...
Nov 3rd 2013, 03:46, by Joko Herlambang

Joko Herlambang 3:46am Nov 3
Permisi kak, saya mau tanya..
Saya punya kode seperti berikut :

<?php $jumlah=12; $urut=1;
for($i=0; $i<$jumlah; $i++) {?>
<div class="field">
<select data-placeholder="Pilih Warna Ke <?php echo $urut; ?>..." name="warna[]" style="width:220px" class="chzn-select" tabindex="2">
<option value="">
<?php do { ?>
<option value="<?php echo $row_rsWarna['id_warna']?>"><?php echo $row_rsWarna['warna']?></option>
<?php
} while ($row_rsWarna = mysql_fetch_assoc($rsWarna));
$rows = mysql_num_rows($rsWarna);
if($rows > 0) {
mysql_data_seek($rsWarna, 0);
$row_rsWarna = mysql_fetch_assoc($rsWarna);
}
?>
</select>
<br><input type="text" name="stok[]" id="stok" class="input-large" placeholder="Input Jumlah Stok Ke <?php echo $urut; ?>.."/>
</div>
<?php $urut=$urut+1; } ?>

Di atas kan selectbox dengan option value nya warna..
Dimana saya buat untuk perulangan dengan 12 selectbox.
Nah permasalahnya, misal pada form saya pilih warna merah pada selectbox pertama, maka warna merahnya akan hilang pada selectbox selanjutnya sehingga tidak bisa di pilih lagi..

Kalo boleh tau nama jquerynya/php atau logikanya gmn ya?
mau cari di google bingung keywordnya apa..
Makasiih.

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: Siang master Coding buat menampilkan tagihan, kaya...

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/ 
The Ultimate Sports Fundraising Program

This $27 online course teaches fundraising approaches specifically for sports programs. Learn to raise money like the nation's top programs. Sign up today.
From our sponsors
Siang master Coding buat menampilkan tagihan, kaya...
Nov 3rd 2013, 03:59, by Arthur Badar Si Barani

Arthur Badar Si Barani 3:59am Nov 3
Siang master
Coding buat menampilkan tagihan, kayak sejenis tagihan pajak gtu gmana ya ?
Hehe
Mkasih :)

Waranugraha Yogya 4:02am Nov 3
menampilkan ya cuma pakai query select aj kan gan, memanggil isi field yg sekiranya dibutuhkan utk ditampilkan

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