Selasa, 01 Oktober 2013

PHP Indonesia - Facebook: [tanya]

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] ane punya koding printer kyk gne
Oct 1st 2013, 21:25, by Muhamad Saifudin

Muhamad Saifudin 9:25pm Oct 1
[tanya]
ane punya koding printer kyk gne

<?php
//include "../../include/config.php";
//include "../../include/validasi.php";

$proses=$_GET[proses];
if ($proses==1)
{
//definisikan nama printernya dibawah

$handle= printer_open("$printer");

printer_set_option($handle, PRINTER_MODE, "RAW");

printer_start_doc($handle, "Menggunakan Printer PHP");

printer_start_page($handle);

//tuliskan huruf yang akan dicetak disini

$cetak = "Testing Printer dengan PHP";

printer_write( $handle , $cetak);

printer_end_page($handle);

printer_end_doc($handle);

printer_close($handle);

print" <script>alert(\"Print \");history.back(-1);</script>";
}

?>

untuk pengaturan kertas font margin kolom dll dmn ya ?
tolong di bantu om colek Cahya Dsn

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