Rabu, 09 Oktober 2013

PHP Indonesia - Facebook: mohon share... bagaimana cara mencocokan lebih dar...

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/ 
Mobile Game Development Course

Learn how to create awesome HTML5 games that run on iPhone, iPad, Android and Desktop! Sign up today for this $99 online course.
From our sponsors
mohon share... bagaimana cara mencocokan lebih dar...
Oct 10th 2013, 05:41, by Samsul Putera

Samsul Putera 5:41am Oct 10
mohon share...
bagaimana cara mencocokan lebih dari asatu kata kunci yang ada didalam database dengan suatu kalimat ato pertanyaan...

Pengaturan Privasi 5:46am Oct 10
maksudnya gimana om?

Samsul Putera 5:48am Oct 10
maksudnya ada satu pertanyaan atau kalimat yang mau dicari apa ada katakuncinya... maka pertanyaan itu di bandingkan dengan beberapa katakucni yang ada di dalam database..

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: asslkm. met siang [tanya] gan untuk menampilkan 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/ 
Manage your social media

Best social media tool for image publishing to Facebook and Twitter. Look amazing and delight your followers. Get 40% off when you sign up today.
From our sponsors
asslkm. met siang [tanya] gan untuk menampilkan d...
Oct 10th 2013, 06:08, by Jaka Saputra

Jaka Saputra 6:08am Oct 10
asslkm.
met siang
[tanya]

gan untuk menampilkan data terbaru yang telah di masukan di database sprti apa?

<?php ("config.php");
$id_pelanggan = abs((int) $_GET['id_pelanggan']);
$perintah = "SELECT * From tabel_pelanggan";
$hasil = mysql_query($perintah);
$data = mysql_fetch_array($hasil);
?>
<table width="95%" border="0" cellspacing="1" cellpadding="1" align="center">
<tr>

<td colspan="3" align ="Center">
<table width="98%" height="31" border="0">
<tr>
<td height="21" bgcolor="#0B78B3"><div align="center"><span class="style81">FORMULIR PEMESANAN</span></div></td>
</tr>
</table>
<hr class="cari" />
<form action="simpan-pesanan.php" method="post" name="form3" id="form3">
<table width="98%" height="167" border="0" cellpadding="1" cellspacing="1">
<tr>
<td height="22" valign="top"><span class="style106">E-mail</span></td>
<td valign="top"><strong>:</strong></td>
<td valign="top"><label>
<input name="email" type="email" class="txt_masukan" size="50" value="<?php echo $data['email']; ?>" />
</label></td>
</tr>
<tr>
<td width="32%" height="22" valign="top"><span class="style106">Nama</span></td>
<td width="4%" valign="top"><strong>:</strong></td>
<td width="64%">
<input name="name" type="text" class="txt_masukan" size="50" maxlength="35" value="<?php echo $data['nama']; ?>" />
</td>
</tr>
<tr>
<td height="96" valign="top"><span class="style106">Alamat</span></td>
<td valign="top"><strong>:</strong></td>
<td valign="top">
<textarea name="address" cols="49" rows="7" class="txt_masukan" id="address" ></textarea>
</td>
</tr>
<tr>
<td height="22" valign="top"><span class="style106">Telepon / Hp</span></td>
<td valign="top"><strong>:</strong></td>
<td valign="top">
<input name="telp" type="text" class="txt_masukan" size="50" id="telp" value="<?php echo $data['telepon']; ?>"/>
</td>
</tr>
</table>
<table width="95%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="42%">&nbsp;</td>
<td width="58%"><table width="100%" border="0">
<tr>
<td width="19%">
<input name="simpan" type="submit" class="tmb_masukan" value="Kirim" />
</td>
<td width="81%">
<input name="batal" type="reset" class="tmb_masukan" value="Batal" />

</td>
</tr>
</table></td>
</tr>
</table>
</form>

</td>
</tr>

</table>

Limb Gultom 6:16am Oct 10
SELECT * From tabel_pelanggan ORDER BY id DESC

Jaka Saputra 6:20am Oct 10
makasih 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: boleh g saya mengambil artikel di grup ini untuk b...

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/ 
Mobile Game Development Course

Learn how to create awesome HTML5 games that run on iPhone, iPad, Android and Desktop! Sign up today for this $99 online course.
From our sponsors
boleh g saya mengambil artikel di grup ini untuk b...
Oct 10th 2013, 06:20, by Aan Syahrial

Aan Syahrial 6:20am Oct 10
boleh g saya mengambil artikel di grup ini untuk blog saya
http://apaadanya-as.blogspot.com/

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: Urgent,Need Engineer with specific skills : - Pria...

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/ 
Manage your social media

Best social media tool for image publishing to Facebook and Twitter. Look amazing and delight your followers. Get 40% off when you sign up today.
From our sponsors
Urgent,Need Engineer with specific skills : - Pria...
Oct 10th 2013, 06:19, by Jc Umam Khan

Jc Umam Khan 6:19am Oct 10
Urgent,Need Engineer with specific skills :
- Pria
- Muslim
- Menguasai formula excel (all)
- Mengerti Logic
- Terbiasa melakukan pengelolahan data-data excel dengan size besar.
- Mengerti akan Telco Counter (2G Payload,3G Payload, 2G Traffic, 3G Traffic dan lain-lain)
- Bisa kerja lembur
- Diutamankan jika masih single.
- Mengerti SQL Query (Value Added)

Send CV : khoirul.umam.tim@gmail.com

Mbah Zend 6:22am Oct 10
daerah mana?

Jc Umam Khan 6:23am Oct 10
Jakarta selatan 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: teman teman saya ingin bertanya bagaimana caranya ...

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/ 
Compare Hotels

Find great prices for amazing hotels wherever your next destination may be. It's simple to search 100+ sites at once!
From our sponsors
teman teman saya ingin bertanya bagaimana caranya ...
Oct 10th 2013, 05:05, by Athung Hidayat

Athung Hidayat 5:05am Oct 10
teman teman saya ingin bertanya bagaimana caranya supaya tulisan BELAJAR PROGRAM MENCETAK DI PHP
SAYA INI MASIH BELAJAR PHP menjadi tengah dan tulisan TANGERANG ,
ANGKASA PURA 2 menjadi pindah kesebelah kanan
mohon bantuannya terima kasih

Cahya Dsn 5:08am Oct 10
gak ada scriptnya?

no script hoax.. ^_^V

Rabbani Fauzan 5:18am Oct 10
itu pake class apa gan?

Izey Linuxer 5:19am Oct 10
script nya aja ga ada

Irham Ramadhan 5:19am Oct 10
kaya'a pake fpdf ini ya gan??

Jonatan Yeremia 5:25am Oct 10
kalau pake fpdf
$this->Cell(xx,yy,BELAJAR PROGRAM MENCETAK DI PHP',0,0,'C');

Athung Hidayat 5:25am Oct 10
ini scriptnya teman teman : <?php
require('/fpdf/fpdf.php');
$start=0;
$xpdf=new FPDF();
$xpdf->AddPage();
$xpdf->SetFont('Arial','B',16);
$xpdf->SetFillColor(55,174,200);
$host = "localhost"; $user = "root"; $pass = ""; $db = "posko_lebaran";
$koneksi = mysql_connect($host,$user,$pass) or die("Koneksi error : ".mysql_error());
mysql_select_db($db,$koneksi) or die ("Database tidak ditemukan : ".mysql_error());

$xpdf->text(10,30,'BELAJAR PROGRAM MENCETAK DI PHP','center');
$xpdf->text(10,36,'SAYA INI MASIH BELAJAR PHP');
$row=40;
$yi = 40;
$ya = 70;
$xpdf->setFont('Arial','',9);
$xpdf->setFillColor(222,222,222);
$xpdf->setXY(2,$ya);
$xpdf->CELL(22,6,'FLIGTH NO',1,0,'C',1);
$xpdf->CELL(20,6,'FIS NO',1,0,'C',1);
$xpdf->CELL(18,6,'NO REG',1,0,'C',1);
$xpdf->CELL(15,6,'TYPE',1,0,'C',1);
$xpdf->CELL(15,6,'LEG',1,0,'C',1);
$xpdf->CELL(15,6,'STATUS',1,0,'C',1);
$xpdf->CELL(18,6,'TERMINAL',1,0,'C',1);
$xpdf->CELL(18,6,'TANGGAL',1,0,'C',1);
$xpdf->CELL(15,6,'ACTUAL',1,0,'C',1);
$xpdf->CELL(22,6,'DESTINATION',1,0,'C',1);
$xpdf->CELL(15,6,'PAX',1,0,'C',1);
$ya = $yi + $row;

$sql = mysql_query("select *from db_ats order by fis_number") or die(mysql_error());
$i = 1;
$no = 1;
$max = 31;
$row = 6;
while($data = mysql_fetch_array($sql)){

$xpdf->setXY(2,$ya);
$xpdf->setFont('arial','',9);
$xpdf->setFillColor(255,255,255);
$xpdf->cell(22,6,$data['fligth_number'],1,0,'L',1);
$xpdf->cell(20,6,$data['fis_number'],1,0,'L',1);
$xpdf->CELL(18,6,$data['no_reg'],1,0,'C',1);
$xpdf->CELL(15,6,$data['type'],1,0,'C',1);
$xpdf->CELL(15,6,$data['leg'],1,0,'C',1);
$xpdf->CELL(15,6,$data['status'],1,0,'C',1);
$xpdf->CELL(18,6,$data['terminal'],1,0,'C',1);
$xpdf->CELL(18,6,$data['tanggal'],1,0,'C',1);
$xpdf->CELL(15,6,$data['actual'],1,0,'C',1);
$xpdf->CELL(22,6,$data['destination'],1,0,'C',1);
$xpdf->CELL(15,6,$data['pax'],1,0,'C',1);
$ya = $ya+$row;
$no++;
$i++;

}
$xpdf->text(100,$ya+6,"TANGERANG , ");
$xpdf->text(100,$ya+18,"ANGKASA PURA 2 ");

$xpdf->output();

?>

Rabbani Fauzan 5:25am Oct 10
pake aja dompdf gan terus buat designya pake css :v

Jonatan Yeremia 5:27am Oct 10
sobat, untuk header buat class tersendiri
saya pernah buat laporan pdf seperti itu juga

Jonatan Yeremia 5:27am Oct 10
/ Untuk header dan footer
class PDF extends FPDF{
function Header(){
$this->Image('../../images/logo_cetak.jpg',10,8,15);
$this->SetTextColor(128,0,0);
$this->SetFont('Arial','B','12');
$this->Cell(320,10,'TEKS 1',0,0,'C');
$this->Ln();
$this->Cell(320,10,'TEKS 2',0,0,'C');
$this->Ln(15);
}
function Footer(){
$this->SetY(-20,50);
$this->Cell(0,10,$this->PageNo(),0,0,'C');
}
}

//tambahka ini setelah require('/fpdf/fpdf.php');
//tes dulu ya
// mudah2xan berhasil
//angka 320 itu untuk mengatur kiri-kanan (alignment)
//angka 10 itu untuk mengatur atas-bawah (valignment)

Izey Linuxer 5:29am Oct 10
$xpdf->text(10,36,'<center>SAYA INI MASIH BELAJAR PHP'</center>);

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, ada punya ebook step by step cakePhp ...

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/ 
Manage your social media

Best social media tool for image publishing to Facebook and Twitter. Look amazing and delight your followers. Get 40% off when you sign up today.
From our sponsors
[tanya] gan, ada punya ebook step by step cakePhp ...
Oct 10th 2013, 04:46, by Kak Azmi

Kak Azmi 4:46am Oct 10
[tanya] gan, ada punya ebook step by step cakePhp ?. kalau bisa yang aplikatif...

Kak Azmi 4:46am Oct 10
makasih seandainya mau berbagi.... :)

Izey Linuxer 5:02am Oct 10
bahasa inggris

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, ane mau chart pake highchart, seperti ga...

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/ 
Free Bestselling eBooks

It's easy: sign up in under 10 seconds, tell us what kind of eBooks you love & we'll email you a list of deals every day - FREE! Join now!
From our sponsors
[ask]gan, ane mau chart pake highchart, seperti ga...
Oct 10th 2013, 04:46, by Rere Saputra

Rere Saputra 4:46am Oct 10
[ask]gan, ane mau chart pake highchart, seperti gambar dibawah,
gimana cara mengubah rentang nilai disamping kiri?
menjadi 0 0.25 0.5 0.75 1

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: http://www.linkkerja.com/Jobsads-1191-web-programm...

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/ 
Thousands of Free eBooks

BookBub brings you free & bargain national bestselling eBooks in the genres of your choice! Sign up now & join 1.5 million happy readers.
From our sponsors
http://www.linkkerja.com/Jobsads-1191-web-programm...
Oct 10th 2013, 04:51, by Achmad Nur Prattomo

Achmad Nur Prattomo 4:51am Oct 10
http://www.linkkerja.com/Jobsads-1191-web-programmer

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