Archive

Archive for the ‘PHP’ Category

Fungsi Terbilang PHP - Konversi Angka ke Terbilangnya

September 20th, 2009 admin 2 comments

Apakah anda memerlukan fungsi/kode pemrograman untuk mengubah angka/bilangan ke terbilangnya? Pada artikel ini, kami menyediakannya dalam kode PHP. Fungsi PHP ini siap pakai dan biasanya digunakan dalam pembuatan invoice. Fungsi ini sangat handal dan fleksibel dimana fungsi ini dapat memproses bilangan sampai jutaan atau miliaran trilliun dan juga bilangan berkoma sampai ketelitian puluhan digit di belakang koma.

Click here to read the complete post

If you like this code/script, perhaps you would kindly treat me a drink. Any number is welcome. Thanks :)

PHP Script to Transform/Convert Numbers To Words (English Version)

September 14th, 2009 admin No comments

Need to transform or convert numeric value to words (English version)? In this article, we provide you with a PHP function that can do that task for you. This function also can be use to convert currency to words. This is usually being used in invoice generation.

Click here to read the complete post

If you like this code/script, perhaps you would kindly treat me a drink. Any number is welcome. Thanks :)

Create A Zip File And Uncompress Or Unzip A Zip File Using PHP And ZipArchive

February 19th, 2009 admin No comments

Are you curious about PHP capability of creating a zip file and extracting/unzip/unzompress a zip file? Actually, there are some ways to do it such as using shell script or using a PHP Class Library. In this article, we will use ZipArchive which is one of PHP class libraries that handles zip compression. Here is how to use it and the sample code.
Read more…

If you like this code/script, perhaps you would kindly treat me a drink. Any number is welcome. Thanks :)

Create PDF On The Fly Using PHP And FPDF

January 12th, 2009 admin 1 comment

FPDF is one of powerful and free PHP libraries for you to create PDF pages on the fly. It’s code is readable, simple and easy to create PDF pages. PDF pages can be used to generate e-Books, online web reporting and so on. In this topic, we will show you how to create PDF pages using this powerful library.

Click here to read the complete post

If you like this code/script, perhaps you would kindly treat me a drink. Any number is welcome. Thanks :)