Rabu, 24 Juli 2013

PHP Indonesia - Facebook: mas Unggul Cahya Saputra ada request dari temen2 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. NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
mas Unggul Cahya Saputra ada request dari temen2 d...
Jul 25th 2013, 04:48, by Kapten Sigit

Kapten Sigit 4:48am Jul 25
mas Unggul Cahya Saputra ada request dari temen2 di UPTD agar dibuatkan sistem sms gateway untuk gaji berkala dll hihihii

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 ] saya mau membuat nomer urut di view data ...

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. NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
[Tanya ] saya mau membuat nomer urut di view data ...
Jul 25th 2013, 04:59, by Iswanto Nugroho

Iswanto Nugroho 4:59am Jul 25
[Tanya ]
saya mau membuat nomer urut di view data php berdasarkan row
<?php
$no = 1;
$jumno += $no ;
$query = mysql_query("select * from tmpdo");//kueri untuk menampilkan
$jumlah= mysql_num_rows ($query);
while ($row = mysql_fetch_assoc($query)){
$data[]=$row;
}
?>
<?php if(!empty($data)):?>
<?php foreach($data as $v):?>
<tr>
<td><?php echo $jumno ?></td>/// No Urut
<td><?php echo $v['NIM']?></td>
<td><?php echo $v['Nama']?></td>
<td><a href="deleteout.php?NIM=<?php echo $v['Roll_No'] ?>">Cancel</a></td>
</tr>

<?php endforeach;?>
<?php else:?>
<tr>
<td colspan="5">Tidak ada data Tersimpan</td>
</tr>
<?php endif;
?>

Tapi kenapa muncul Di Coloumnya selalu satu tidak beruru 1,2,3 dst. mohon bantuanya..!!

ArRady Fuad Ar-Radhi 5:03am Jul 25
$jumno += $no ; itu di dalam looping while, jgn diluar,,

$no = 1;

<td><?php echo $no++ ?></td>/// No Urut

Iswanto Nugroho 5:03am Jul 25
di Coba Dulu bang..

Iswanto Nugroho 5:04am Jul 25
Sip -Sip-Sip bang Thank's ya..

ArRady Fuad Ar-Radhi 5:05am Jul 25
sama2 :)

Syahrir Nasser 5:14am Jul 25
dari pada kayak gini :<?php
$no = 1;
$jumno += $no ;
$query = mysql_query("select * from tmpdo");//kueri untuk menampilkan
$jumlah= mysql_num_rows ($query);
while ($row = mysql_fetch_assoc($query)){
$data[]=$row;
}
?>

Syahrir Nasser 5:15am Jul 25
mending kayak gini :<?php
$no = 1;
$query = mysql_query("select * from tmpdo");//kueri untuk menampilkan
$jumlah= mysql_num_rows ($query);
while ($row = mysql_fetch_assoc($query)){
$data[]=$row; $no ++;
}
?>

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) ada sering atau pernah bikin design web cm...

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. NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
(tanya) ada sering atau pernah bikin design web cm...
Jul 25th 2013, 05:11, by Klak Klik Klak

Klak Klik Klak 5:11am Jul 25
(tanya)
ada sering atau pernah bikin design web cms sendiri...
mulai dari admin panel, dll...
tolong share donk master ....
terima kasih

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] Ada yang tau pattern regresi buat hilangin...

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. NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
[Tanya] Ada yang tau pattern regresi buat hilangin...
Jul 25th 2013, 05:17, by Moch Zawaruddin Abdullah

Moch Zawaruddin Abdullah 5:17am Jul 25
[Tanya]
Ada yang tau pattern regresi buat hilangin tanda /* alfanumeric */ g?

Ruli Armando 5:48am Jul 25
regresi?

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 bantuannya gan] Konfigurasi php.ini, tentan...

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. NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
[Mohon bantuannya gan] Konfigurasi php.ini, tentan...
Jul 25th 2013, 05:26, by Sofhian Fazrin

Sofhian Fazrin 5:26am Jul 25
[Mohon bantuannya gan]
Konfigurasi php.ini, tentang memory_limit. jika di php.ini tidak ada baris memory_limit, berarti secara default, batasan memorynya berapa itu gan? apakah sesuai dengan RAM yang dipakai atau berapa?

Chabib Nurozak 5:33am Jul 25
128M

Danura Aditya 5:37am Jul 25
default 128mb gan tapi kalo masi di localhost mah mainkan saja ampe mentok ram

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 mau tanya nih.. klo buat kayak yg ada digam...

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. NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
gan mau tanya nih.. klo buat kayak yg ada digam...
Jul 25th 2013, 05:41, by Addinka Mdv

Addinka Mdv 5:41am Jul 25
gan mau tanya nih..

klo buat kayak

yg ada digambar gmn yah...

jadi ada label hot dan ada yg tidak.. tergantung permintaan.

ane ada script :

echo "<tr>";

echo "<td width='119' align='center' valign='top'>

<div style='position:relative;'><img src=".$row['Images']." border='0' width='90' align='center'></div></td> ";

div class nya sudah ada yaitu : <div class='taghot'></div>

css nya :
.taghot {
background: url(images/special_offer.png) no-repeat;
width: 40px;
height: 40px;
position: absolute;
top: -2px;
left: -2px;
}

kira2 meletakan nya dmn yah... mohon petunjuk gan :

sample : https://lh4.googleusercontent.com/-rTFiBnjptHw/UfC6Ylp9crI/AAAAAAAAAI8/unhkyvySPZg/w506-h930-o/label.jpg

Syamsul Muttaqin 5:46am Jul 25
permainan layering pakai CSS :)
yang HOT pakai z-index yang lebih kecil dari gambar

Addinka Mdv 5:47am Jul 25
kira2 ada gambaran ga...pas nampilin nya gmn

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 gan, ane mau buat box inputan berhasil 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. NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Tanya gan, ane mau buat box inputan berhasil denga...
Jul 25th 2013, 04:04, by Yayan Indra

Yayan Indra 4:04am Jul 25
Tanya gan, ane mau buat box inputan berhasil dengan javascript. tapi kotaknya tidak tampil di atas halaman kosong, tp di halaman yang ada isinya. caranya gmana gan ya, need agan's help. matur thank u

Mochamad Rangga Gareng 4:08am Jul 25
ada screenshotnya?ga ngeh...

Rifan E. R 4:18am Jul 25
jquery http://jqueryui.com/dialog/#modal-message

Yayan Indra 4:21am Jul 25
gini gan,

Yayan Indra 4:23am Jul 25
kalo saya klik ok, baru pindah ke halaman webnya. proses inputnya saya pisahkan dengan file formnya.pake action gt

Budi Tyo Tsuneni Aisuru 4:35am Jul 25
echo "<script>alert('Information updated')</script>";

information updated bisa d ganti

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] mau tny saya ada tabel db, yang mau saya lak...

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. NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
[ASK] mau tny saya ada tabel db, yang mau saya lak...
Jul 25th 2013, 02:49, by Odi Zuhri

Odi Zuhri 2:49am Jul 25
[ASK]
mau tny saya ada tabel db,
yang mau saya lakukan menampilkan isi tabel seperti
"odi = buku yang dipinjam abc pengembalian buku tgl sekian dan buku def pengembalian buku tgl sekian"
"dio = buku yang dipinjam xyz pengembalian buku tgl sekian"
"ido = buku yang pinjam hij pengembalian buku tgl sekian"

klo mau tampil seperti itu,gimana ya?
mohon bantuannya, terima kasih

Odi Zuhri 2:54am Jul 25
mohon bantuan gan

Odi Zuhri 3:01am Jul 25
up

Ryanda Dwi Octhora 3:07am Jul 25
wah belum ada yang jawab

Odi Zuhri 3:08am Jul 25
:'(

Ryanda Dwi Octhora 3:08am Jul 25
$find = mysql_query("select `nama`,`buku`,`tgl_kembali` from [namatable]");

Ryanda Dwi Octhora 3:10am Jul 25
while($fetch = mysql_fetch_array($find))
{
$nama = $fetch['nama'];
$buku = $fetch['buku'];
$tgl = $fetch['tgl_kembali'];
echo "$nama = buku yang dipinjam $buku pengembalian buku $tgl"

Ryanda Dwi Octhora 3:10am Jul 25
}

//dicoba dulu ya

Odi Zuhri 3:11am Jul 25
klo itu,yg pny 1 nama,bakal keluar 2 kali sob.
saya ud coba yg itu.

Ryanda Dwi Octhora 3:12am Jul 25
ooh

Ryanda Dwi Octhora 3:13am Jul 25
terus print out nya maunya gimana?

Fandhie Deeng 3:16am Jul 25
sebaiknya struktur tabelnya diperbaiki dulu di pisah antara tabel anggota dan tabel peminjaman buku, gunakan id anggota sebagai koneksi antar tabel

Odi Zuhri 3:20am Jul 25
sebenarnya tabelnya kyk gini son.
id_member relasi di tabel member yg isinya nama dsb
id_pinjam relasi di tabel pinjam yang isinya nama buku,tgl kembali dsb.

trs gmn sob?

Deden Tisna Setiyawan 3:20am Jul 25
nyimak :D

Odi Zuhri 3:29am Jul 25
up


Cahya Dsn 4:01am Jul 25
berhubung lagi agak meradang tenggorokan, gak bisa koming... ehm.. bisa lihat di mari http://minerva.16mb.com/index.php?id=55 .. mungkin ada pencerahan.. mohon maaf ane nubi iseng numpang lewat aja.. jangan dibata ya gan.. ^_^V

Fandhie Deeng 4:17am Jul 25
kalau ada tabel member dengan primary key id_member kemudian ada tabel pinjam dengan primary key id_pinjam dimana relasinya id_member (artinya di tabel pinjam ada field id_member) nanti mudahnya tinggal dibikin query bertingkat. contoh di tabel member ada id_member (primary, auto increment), nama_member kemudian tabel pinjam ada id_pinjam (primary, auto increment), id_member, judul_buku, tgl_pinjam, tgl_kembali. Kemduian kamu query tabel member $member = mysql_query("SELECT * FROM member ORDER BY nama_member ASC");
if(mysql_num_rows($member) > 0) {
$no=1;
while ($m=mysql_fetch_array($member)){
echo $m['nama_member'];
$datapinjam = mysql_query("SELECT * FROM pinjam WHERE id_member=".$m['id_member']." ORDER BY tgl_kembali DESC");
$nopinjam=1;
while ($p=mysql_fetch_array($datapinjam)){
echo "buku yang dipinjam".$p['judul_buku']."tanggal kembali ".$p['tgl_kembali'];

$nopinjam++;}
$no++;} }

Odi Zuhri 4:29am Jul 25
Cahya Dsn
saya coba
SELECT c.nama1,c.nama2,b.nama_buku,
GROUP_CONCAT(
CONCAT('buku yang dipinjam ',nama_buku,' pengembalian buku tgl ',tgl_kembali)
SEPARATOR ' dan ' ) AS a.tgl_kembali
FROM pinjam a

JOIN buku b ON a.id_buku=b.id_buku
JOIN member c ON a.id_member=c.id_member

WHERE a.status=0
GROUP BY c.nama1

kok gk bisa ya?

Fandhie Deeng : sy coba dl sob

Cahya Dsn 4:33am Jul 25
Jangan lakukan query dalam looping, boros resources.. lakukan model seperti ini :

http://minerva.16mb.com/index.php?id=56

cukup dengan satu query aja. semoga ada pencerahan ^_^V
ane cuman nubi yang lagi iseng dan ngasal.. jangan dibata..

Odi Zuhri 4:34am Jul 25
Fandhie Deeng : fungsi nya $no=1 itu apa ya sob?

Cahya Dsn : sy coba lg sob (y)

Fandhie Deeng 4:36am Jul 25
stuju dengan pak Cahya, tp script diatas buat pemula biar mengerti asal muasal querynya dulu :)

Fandhie Deeng 4:39am Jul 25
$no itu hanya disediakan kalau sekiranya nanti akan ada kondisi di dalam looping

Cahya Dsn 4:44am Jul 25
just iseng..
daripada
//..
$i=1;
while($i<10){
echo $i;
$i++;
}
//...

.. mending
//..
$i=0;
while(++$i<10){
echo $i;
}
//...

.. melakukan increment dengan model ++$i lebih cepat daripada $i++ .. cmiiw.

#eh salah lapak postingnya... mangap gan.. ane cuman iseng ^_^V

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