Selasa, 29 Oktober 2013

PHP Indonesia - Facebook: [Tanya | Display Data] Saya punya script seperti ...

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
[Tanya | Display Data] Saya punya script seperti ...
Oct 30th 2013, 04:17, by Idle Track

Idle Track 4:17am Oct 30
[Tanya | Display Data]

Saya punya script seperti di bawah ini :

$connect = mysqli_connect($hostname, $username, $password, $database);
$query="CALL st_cetak_angsuran('011307084248')";
$data = mysqli_query($connect, $query);

//Load Data Untuk Header
$hasil = mysqli_fetch_array($data);
echo $hasil['nama']."<br />";

//Load Data Untuk Detail
while($jhasil = mysqli_fetch_array($data)){
echo $jhasil['bayar'];
$jtotal += $jhasil['bayar'];
echo "<tr>
<td> &nbsp; </td>
<td>".$jhasil['ket']."</td>
<td>:</td>
<td>".format_rupiah($jhasil['bayar'])."</td>
</tr>";
}

Pertanyaan :
1. Kenapa Load data untuk Detailnya tidak muncul yah, apakah ada kesalahan dalam scriptnya atau salah dalam struktur penulisannya ??
2. Solusinya bagaimana ??

Cahya Dsn 4:26am Oct 30
store procedure-nya (st_cetak_angsuran()) isinya gimana? yg dikembalikan berupa skalar/records atau apa?

Idle Track 4:28am Oct 30
Berupa record om

Idle Track 4:31am Oct 30
Ini mas kalau saya running di IDE Navicat

Cahya Dsn 4:37am Oct 30
[1] karena yang diperoleh 'cuman' 1 record maka, saat di fetch pertama kali masih bisa diambil nilai2-nya
[2] tapi saat di fetch lagi, karena cuman ada satu record dan sudah di fetch sebelumnya, maka nggak bisa diambil lagi
[3] saat fetching pertama, masukkan ke dalam variabel array, baru diambil/ditampilkan hasilnya dari array tersebut

cmiiw ^_^V

Idle Track 4:40am Oct 30
Cahya Dsn : Saya baru inget mas, soalnya kemaren muncul karena ada 3 record, jadi itu yah penjelasannya,

Oke mas, saya coba tampung ke variabel array

Makasih mas Cahya (Y)

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.. Mau nanya, penggunaan session kaya gmana ...

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
Master.. Mau nanya, penggunaan session kaya gmana ...
Oct 30th 2013, 05:04, by Dhira ItuwhRhya

Dhira ItuwhRhya 5:04am Oct 30
Master..
Mau nanya, penggunaan session kaya gmana sih..
udah search di google,, banyak sih tapi masih bingung...
Session itu username ma password nya dimasukin ke database lalu di panggil ato gmana?
Bingung :( ..
#help

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 gan , saya mau nanya . kalau di facebook itu...

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
siang gan , saya mau nanya . kalau di facebook itu...
Oct 30th 2013, 04:58, by Shine Sang Pahlawan

Shine Sang Pahlawan 4:58am Oct 30
siang gan , saya mau nanya . kalau di facebook itu kan ada foto ya , ketika kita klik itu foto otomatis membuka window baru . itu menggunakan teknik apa ya gan ? kalau pun ada plugin nya tolong kasih tau . terima kasih .

Muh Anang Rifai 5:01am Oct 30
jquery plugin..

Irham Ramadhan 5:01am Oct 30
itu jquery gan

Shine Sang Pahlawan 5:02am Oct 30
kalau boleh tau nama nya apa ya gan ?

Muh Anang Rifai 5:04am Oct 30
ane lupa gan nama nya apa, kurang lebih effect nya kyk gt..

Shine Sang Pahlawan 5:04am Oct 30
saya lagi googling aja , keyword kira kira jQuery photo viewer :v

Shine Sang Pahlawan 5:05am Oct 30
ternyata keywordnya :
jquery photo viewer like facebook

Irham Ramadhan 5:05am Oct 30
overlay gan

Shine Sang Pahlawan 5:06am Oct 30
jQuery Overlay ?

Erwin Heldy G 5:07am Oct 30
http://jquery-plugins.net/facebox-facebook-style-lightbox

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] bgaimana cara mengkonvert gambar dengan for...

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/ 
Want free Kindle ebooks?

Sign up to receive the best freebie Kindle ebook deals in your email every day.
From our sponsors
[ask] bgaimana cara mengkonvert gambar dengan for...
Oct 30th 2013, 04:47, by Adhie Purwa Sasmita

Adhie Purwa Sasmita 4:47am Oct 30
[ask]

bgaimana cara mengkonvert gambar dengan format BMP ke JPG.

dengan kondisi :
- imagenya ngga d post/input tp dia hanya path saja yg d ambil dari DB,

sya udah coba pke fungsi copy dengan mengganti filename'a dgn format jpg,
berhasil sih tapi sistem ngga ngbaca itu gambar Jpg melainkan masih bmp

lalu sya coba pke imagejpeg, dia hanya membuat gambar hitam saja.

http://pastebin.com/u9evTMV6 image

mohon bantuannya.

Fadjar Efendy Rasjid 4:54am Oct 30
pakai software format factory...

Slamet Hariadi 4:54am Oct 30
http://php.net/manual/en/imagick.setimageformat.php

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 bisa buat tombol pencarian deng...

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/ 
Want free Kindle ebooks?

Sign up to receive the best freebie Kindle ebook deals in your email every day.
From our sponsors
[ASK] gan ada yang bisa buat tombol pencarian deng...
Oct 30th 2013, 05:01, by Mystogan S-Class

Mystogan S-Class 5:01am Oct 30
[ASK] gan ada yang bisa buat tombol pencarian dengan beberapa katagori seperti website kaskus gan?
Tolong di bantu

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 gan, mau tanya kenapa required attribut saya...

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
Siang gan, mau tanya kenapa required attribut saya...
Oct 30th 2013, 04:27, by Rachmatiah Ayay

Rachmatiah Ayay 4:27am Oct 30
Siang gan, mau tanya kenapa required attribut saya gak berfungsi ya ? scriptnya seperti ini . <input name="search" type="text" placeholder="Cari Berita.." class="text" required>

Yayan Bin Kusman 4:38am Oct 30
required='required'

Made RaUciha 4:38am Oct 30
itu html 5, tergantung browser

Asep Solehudin 4:39am Oct 30
pastikan menggunakan doctype html5 <!DOCTYPE html>

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 mo nanya nih, referensi buat data vector map...

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 to create beautiful cakes from your kitchen.

Whether you are doing this for fun or to start a new business, this course provides the simple techniques needed to decorate a cake like a pro.
From our sponsors
Agan2 mo nanya nih, referensi buat data vector map...
Jun 18th 2012, 08:06, by Cahya Dsn

Cahya Dsn 8:06am Jun 18
Agan2 mo nanya nih, referensi buat data vector map border buat kabupaten/kota di indonesia yg free bisa diperoleh dimana ya? saat ini baru dapat yang provinsi; convert dari svg; kalo yg perlu bisa dilihat di mari http://adzan.16mb.com/map/index.html ... nah ceritanya ntu kalo provinsinya di klik ntar muncul tuh peta baru yg isinya kabupaten/kota di provinsi itu ..

Eksa Aja 8:11am Jun 18
Untuk peta wilayah Indonesia, bisa cari di http://www.bakosurtanal.go.id/bakosurtanal/peta-rbi/

Cahya Dsn 8:30am Jun 18
terima kasih mas Eksa Aja infonya

Iqbal Mohammad Hikmat 10:48am Oct 29
Ini yg saya cari mas Cahya Dsn, izin pake ya boleh? :)

Iqbal Mohammad Hikmat 12:06pm Oct 29
kalo mau diperkecil mapnya gimana ya mas Cahya Dsn? Mohon bantuannya . . :)

Cahya Dsn 3:21pm Oct 29
pake svg editor aja, lalu di kecilin.. soalnya itu kan pake embedded svg file ^_^V

Iqbal Mohammad Hikmat 3:33pm Oct 29
Wah gak ngerti nih, newbie. :/
Ada referensinya mas? :)
Termakasih sebelumnya.

Cahya Dsn 4:07pm Oct 29
kalo pake chrome dan 'inspect element' di map-nya itu maka akan ada tag <svg>..</svg> yg digenerate oleh mas raphael.js dari data2 yg diberikan.. kurang lebih kayak ini : http://paste.laravel.com/12Lt .. nah kode dari <svg> ampe </svg> tsb copas ke file text biasa, lalu kemudian selanjutnya(halah mbulet bosone) ubah extension file nya jadi '.svg'.. nah dah jadi deh file svg-nya, tinggal buka pake program svg editor (googling aja 'svg editor') kalo gak salah di code.goolge ada online svg editor juga... tinggal kecilin dst, dsb, dll terserah yang ngedit deh.. ^_^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