22 Jul, 2008

CCTV installation

Posted by: admin In: Services

We provide CCTV installation services base on these package:

  • RM 8000 Starter Package : 1-4 full color camera with infrared (for night view), complete electrical wiring, choice of standalone DVR or PC-based DVR, FREE 1 year technical and phone support. Read more »

Tags:

10 Jun, 2008

Website Redesign and Customization

Posted by: admin In: Services

We provide several exciting package that you can choose for yourself, your company or your friend’s company. The price is extremely negotiable and we believe at serving the client at our best. Read more »

16 Apr, 2008

Print PHP to PDF

Posted by: admin In: Code

This code is used to print PHP file to PDF, using HTML2FDF form Sourceforge.net. It pretty simple and straightforward.

<?php require(‘fpdf.php’);
// activate Output-Buffer, this is the library included from HTML2FDF
ob_start();
//START-OF-PHP code, you can included any php page here
include("header.php");
include("contents.php");
//END-OF-PHP code
// Output-Buffer in variable:
$htmlbuffer=ob_get_contents();
// delete Output-Buffer :
ob_end_clean();
require(‘html2fpdf.php’);
// Another library needed by this function
// Paper size can be set to any predefine size or custom size
$pdf=new HTML2FPDF(‘L’,‘mm’,‘A4′);
// The page is sent to be process
$pdf->AddPage();
// HTML is output to the buffer
$pdf->WriteHTML($htmlbuffer);
$pdf->Output();
//Outputs on browser screen
?>

Explaination:Self explain.See?

Tags: , ,

Announcement

This is my latest website, powered by Wordpress 2.5. Also if anybody got something to say,just drop me an e-mail