Selasa, 22 Oktober 2013

PHP Indonesia - Facebook: bang bang ,, mau nanya nih ,, sya mau nampilin Dat...

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 Code Websites

in 10 weeks with a part time course. Learn html, css and javascript from the best instructors. Apply now!
From our sponsors
bang bang ,, mau nanya nih ,, sya mau nampilin Dat...
Oct 22nd 2013, 13:50, by Aby Ana

Aby Ana 1:50pm Oct 22
bang bang ,, mau nanya nih ,, sya mau nampilin Data dalam bentuk PDF, saya pake EzPdf nahh knapa ya cuman muncul 3 Row saja,ketika saya tambah data jadi 4 jadinya error,,Mohon dan tolongin koreksi gan yaa ini Kode yang saya peke :
<?php
include ('class.ezpdf.php');
$pdf=new Cezpdf();

mysql_connect("localhost", "root", "");
mysql_select_db("angsuran1");

$sql=mysql_query("SELECT * FROM nasabah order by id asc");

$i = 1;
while($r=mysql_fetch_array($sql)){
$data[$i]=array('No'=>$i,'ID Nasabah'=> $r[id],'Nama'=> $r[nama],'KTP'=> $r[ktp],'Tempat Lahir'=> $r[tmpt_lahir],'Tanggal Lahir'=> $r[tgl_lahir],'Alamat'=> $r[alamat],'Telepon'=> $r[telpon],'Email'=> $r[email]);
$i++;
}
$options=array('shaded'=>0,'width'=>800);
$pdf->ezTable($data, '', 'Laporan Data Nasabah', $options);
$pdf->ezStream();

?>

Ivan PraÐana Limbông 1:58pm Oct 22
databasenya kali

Furqan Ahmad 1:58pm Oct 22
bawah ane mungkin lebih nguasain Ez..soalnya ane fans nya PHPExcel, tcpdf sama fpdf kalo urusan report2an pdf gini

Aby Ana 2:08pm Oct 22
Tolongin gann ...

Aby Ana 2:12pm Oct 22
Database nya udah muncul gan tapi cuman 3 Row saja ,,, di tambah satu aja error,,,

ane curiga konfigurasi di ezpdf nya tapi entah yang mana yang harus di set ,,,, :(

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

Tidak ada komentar:

Posting Komentar