Sabtu, 19 Oktober 2013

PHP Indonesia - Facebook: para master php saya mau tanya gimana agar nilai d...

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
para master php saya mau tanya gimana agar nilai d...
Oct 19th 2013, 13:38, by Putut Pamilih Widagdo

Putut Pamilih Widagdo 1:38pm Oct 19
para master php saya mau tanya gimana agar nilai dari radio button saat edit data muncul tecentang otomatis sesuai nilainya.

<input name="p1" value="<?php echo $p1 ?>" type="radio" value="1">
<input name="p1" value="<?php echo $p1 ?>" type="radio" value="2">

misal nilai didatabase saya 2 maka dibrowser saya akan terklik radio button no 2.. mohon dibantu terima kasih..

Januar Adriadi 1:41pm Oct 19
<input name="p1" <?php echo $p1 == 1 ? 'checked' : ''; ?>" type="radio" value="1">
<input name="p1" <?php echo $p1 == 2 ? 'checked' : ''; ?>" type="radio" value="2">

yang dibandingkan nilai value di DB sama yang di radio nya, jika sama dikasih attribute "checked"

Yahya Adi Styawan 1:49pm Oct 19
aduh, master yang di panggil. ga jadi bantu deh... :p

Putut Pamilih Widagdo 1:51pm Oct 19
hahahaha ya udah panggil para programmer PHP hehehe sudah berhasil masbro makasih all

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: minta kodingan masukin gambar dari database ke js

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/ 
Got an anatomy exam soon?

Use the most efficient tool to learn anatomy and be prepared for your next exam like no one else. Make your anatomy learning experience an unforgettable one.
From our sponsors
minta kodingan masukin gambar dari database ke js
Oct 19th 2013, 13:45, by Chany Venska

Chany Venska 1:45pm Oct 19
minta kodingan masukin gambar dari database ke js

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] menurut temen2 di group php indonesia metode...

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
[ASK] menurut temen2 di group php indonesia metode...
Oct 19th 2013, 13:29, by Diandra Lesmana

Diandra Lesmana 1:29pm Oct 19
[ASK]
menurut temen2 di group php indonesia metode grab yang paling ampuh/bagus apa ya? saya mencoba grab http://search.aol.com/aol/search?enabled_terms=&s_it=comsearch51&q=php+indonesia pakek curl polosan biasa tanpa header gk bisa.

terus saya coba tambahin header model kek gini kadang bisa kadang tidak.
//$headere[] = "Cache-Control: max-age=0";
//$headere[] = "Connection: keep-alive";
//$headere[] = "Keep-Alive: 300";
kadang syaratnya berubah2 sendiri, kadang gk mau pakek cache control, kadang juga gk mau keepalive, dst muter2 atara tiga itu terus, jadi tiap hari harus ngecek terus. saya coba tambahin curl_setopt($ch,CURLOPT_FOLLOWLOCATION,TRUE); malah gk ada resultpencarianya.

menurut temen2 disini ada metode atau cara lain gk biar bisa otomatis gk ubah2 kode seperti itu? mohon bantuanya.....
terimakasih

Diandra Lesmana 2:20pm Oct 19
up

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 apakah PHP bisa di gunakan sebagai pengh...

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/ 
Refresh your vocabulary.

Learn a new word everyday by subscribing to Word of the Day. A great tool if you're studying for the GRE, GMAT or LSAT, or simply want to enhance your lexicon.
From our sponsors
Mau tanya apakah PHP bisa di gunakan sebagai pengh...
Oct 19th 2013, 13:47, by Krishna

Krishna 1:47pm Oct 19
Mau tanya apakah PHP bisa di gunakan sebagai penghubung antara java aplication dengan website ??

Gunawan Christianto 1:49pm Oct 19
Bisa, kalau anda punya banyak ide! :)
Seperti contoh, ini:
http://gunziefolleto.tk/talkto/jeremie
Itu countdownnya gabungan antara Java sama PHP

Muhammad Taufiq Hidayat 1:52pm Oct 19
JSP

Muhammad Taufiq Hidayat 1:52pm Oct 19
pasti bisa, kan 1 database

Gdjnk Birowo 1:58pm Oct 19
biasanya 2 / lebih aplikasi yg pakai bahasa yg berbeda bisa komunikasi lewat socket(udp tcp http ,dll) , shm(shared memory), / dibuat shared object(library)

Muhammad Rifai 2:16pm Oct 19
Simple jawabannya pake JSP toh... good pak taufik...

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 om cara buat menu dropdownnya agar kesamp...

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 om cara buat menu dropdownnya agar kesamp...
Oct 19th 2013, 13:50, by Refdi Rahmanda

Refdi Rahmanda 1:50pm Oct 19
PERMISI om cara buat menu dropdownnya agar kesamping gimanaya caranya ya om?????? soalnya kalau kebawa ada yg enggak keliatan. saya pakai blog om templatenya download dari btemplate, seperti google translate maksud saya om dibuat gitu gimana ya om caranya?

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.. newbie mohon bertanya.. :) Ada yang tau ...

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
Permisi.. newbie mohon bertanya.. :) Ada yang tau ...
Oct 19th 2013, 13:53, by Ekalaya Manullang

Ekalaya Manullang 1:53pm Oct 19
Permisi.. newbie mohon bertanya.. :)
Ada yang tau atau punya Refrensi mengenai devlope aplikasi web radar penerbangan seperti web : http://www.flightradar24.com/-6.18,106.63/7
ketika web tersebut dibuka langsung mendeteksi wilayah keberadaan posisi si user.
koordinat = "-6.18,106.63/7"

Ekalaya Manullang 2:02pm Oct 19
up..

Ekalaya Manullang 2:10pm Oct 19
up

Aponx Son Conx 2:23pm Oct 19
Pake gmap3 udah ada, om. Gmap3 itu jquery google map. :)

Ekalaya Manullang 2:31pm Oct 19
ya mapnya pakai plugin google map, yang mau saya tanya icon2 pesawatnya yang bisa gerak realtime dan delay tante.. :)

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: aplikasi CI. pas upload foto, si fotonya ga kebaca...

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
aplikasi CI. pas upload foto, si fotonya ga kebaca...
Oct 19th 2013, 14:21, by Fakhrunnisa Fauziah Lbl

Fakhrunnisa Fauziah Lbl 2:21pm Oct 19
aplikasi CI.
pas upload foto, si fotonya ga kebaca, tapi kalo uploadnya 2x kebaca. kenapa yaa?
ini pake embed

Faishaal Naafish 2:26pm Oct 19
<img src="<?php echo base_url() ?>/uploads/<?php echo $peg['foto_anggota'];?>" width="200px"> cobain

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 punya contoh crud mysql pakai f...

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/ 
LSAT prep from HLS-educated instructors

LSATMax includes video lessons, unlimited personal attention & support, and over 6,000 real questions from previous LSAT's. Enroll for just $299.
From our sponsors
[ask] gan ada yang punya contoh crud mysql pakai f...
Oct 19th 2013, 14:04, by Bayu

Bayu 2:04pm Oct 19
[ask]
gan ada yang punya contoh crud mysql pakai flexgrid ga? :D

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: malem minggu utakatik program, mau tanya ini salah...

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/ 
malem minggu utakatik program, mau tanya ini salah...
Oct 19th 2013, 12:30, by Santomi Fitrada

Santomi Fitrada 12:30pm Oct 19
malem minggu utakatik program, mau tanya ini salah scriptnya dimana ya?? kog masih undefined
<---Script--->
<?php
// koneksi ke mysql
$koneksi = mysql_connect("localhost", "root", "") or die ("Gagal konek ke server.");
mysql_select_db("db_shop") or die ("Gagal membuka database.");

$kd_kategori = $_GET['kd_kategori'];
$query = "SELECT * FROM kategori WHERE kd_kategori='$kd_kategori'";
$result = mysql_query($query, $koneksi) or die("gagal melakukan query");
$buff = mysql_fetch_array($result);
mysql_close($koneksi);
?>

<---Eror--->
Notice: Undefined index: kd_kategori in C:\xampp\htdocs\Admin\kategori_form_edit.php on line 6

Pengaturan Privasi 12:38pm Oct 19
$kd_kategori = isset($_GET['kd_kategori']) ? $_GET['kd_kategori'] : '';

Santomi Fitrada 12:40pm Oct 19
Zeihan Aulia sudah saya cek mas, tapi ngga tau kenapa eror di situ. masih dalam tahap belajar php mas, maaf sebelumnya

Santomi Fitrada 12:42pm Oct 19
saya sudah coba pakai isset tapi hasilnya sama, cuma hilang notice erornya dan notice erornya pindah ke adders bar tapi fungsinya masih tetep ngga jalan

Ali Syarudin 12:43pm Oct 19
cek coba file kategori_form_edit.phpnya di bagian name kd_kategori itu sudah sama apa belum atau tambahin printf($_Get) guna untuk mengetahui apa yang sedang di ambil sesuai dengan ketentuanya belum..

Ali Syarudin 12:44pm Oct 19
coba penggunaan $_GET diganti $_POST

Adi G. Mantik 12:47pm Oct 19
coba ini $query = "SELECT * FROM kategori WHERE kd_kategori='$kd_kategori'";

di ganti :

$query = "SELECT * FROM kategori WHERE kd_kategori='".$kd_kategori."'";

Santomi Fitrada 12:47pm Oct 19
masih tetp sama mas Ali Syarudin udah saya ganti $_POST

Ali Syarudin 12:50pm Oct 19
<?php
$kd_kategori = $_GET['kd_kategori'];
// koneksi ke mysql
$koneksi = mysql_connect("localhost", "root", "") or die ("Gagal konek ke server.");
mysql_select_db("db_shop") or die ("Gagal membuka database.");

$query = "SELECT * FROM kategori WHERE kd_kategori='$kd_kategori'";
$result = mysql_query($query, $koneksi) or die("gagal melakukan query");
$buff = mysql_fetch_array($result);
mysql_close($koneksi);
?>

Ali Syarudin 12:51pm Oct 19
coba lihat penulisan $kd_kategori pindahkan di atas

Santomi Fitrada 12:52pm Oct 19
mas Ali Syarudin hasilnya sama mas, Notice: Undefined index: kd_kategori in C:\xampp\htdocs\Admin\kategori_form_edit.php on line 2

Ali Syarudin 12:53pm Oct 19
coba saya liat source code dari file kategori_from.edit.php dan juga sama eksekusinya itu

Santomi Fitrada 12:56pm Oct 19
oke saya pastekan ke pastebin

Gembel Berkelas 12:57pm Oct 19
liat komentar paling atas

Santomi Fitrada 12:59pm Oct 19
sudah saya coba pakai isset mas Gembel Berkelas hasilnya memang notice eror hilang, tapi pindah di addressbar

Santomi Fitrada 12:59pm Oct 19
http://pastebin.com/AvR50F4Q silahkan mas Ali Syarudin mohon di bantu letak salahnya dimana mas

Zakky 1:00pm Oct 19
ditambai @
dirubah jadi $kd_kategori = @$_GET['kd_kategori']

Santomi Fitrada 1:05pm Oct 19
hasilnya memang notice hilang tapi pindah di adress bar menjadi seperti berikut http://localhost/admin/kategori_form_edit.php?kode=</br><br>Notice</br>:Undefined index: kode in </br>C:\xampp\htdocs\Admin\kategori_show_data.php</br>online<b> 267<b></br>

Pengaturan Privasi 1:08pm Oct 19
letak salahnya adalah di dile kategori_show_data.php pada baris ke 267
coba script pada baris dan file yang saya sebutkan seperti apa?

Gembel Berkelas 1:09pm Oct 19
kategori_show_data.php baris 267

Ali Syarudin 1:10pm Oct 19
<?php
// koneksi ke mysql

$koneksi = mysql_connect("localhost", "root", "") or die ("Gagal konek ke server.");
mysql_select_db("db_shop") or die ("Gagal membuka database.");

$kd_kategori = $_GET['kd_kategori'];
print_r($_GET);
if($kd_kategori){
$query = "SELECT * FROM kategori WHERE kd_kategori='$kd_kategori'";
$result = mysql_query($query, $koneksi) or die("gagal melakukan query");
$buff = mysql_fetch_array($result);
mysql_close($koneksi);
}else{
echo"gagal";
}
?>

coba kk pake pritn_r($_GET); ada yang terkirim atau itu buat edit kategori atau lihat isi kategori, kalo agak bingung lihat sorce codenya di pastebin.. yang $_GET di ganti $_POST

Santomi Fitrada 1:11pm Oct 19
baris 267 cuma </div>

Ali Syarudin 1:12pm Oct 19
kalo buat menghilangkan notice saja cukup gunakan error_reporting(E_ERROR | E_PARSE); diletakan paling atas

Ipoenk Styler Crudity 1:15pm Oct 19
kasih kutip mas di baris 267

Ipoenk Styler Crudity 1:16pm Oct 19
baris 267 itu link kan??

Ipoenk Styler Crudity 1:16pm Oct 19
:)

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