September 20th, 2009
admin
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 :)
Categories: PHP Tags: angka, code, convert, function, indonesian, number, numberic, numbers, PHP, say, script, spell, transform, word
September 14th, 2009
admin
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 :)
Categories: PHP Tags: code, convert, english, function, number, numberic, numbers, PHP, say, script, spell, transform, word
February 19th, 2009
admin
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 :)
Categories: PHP Tags: archive, code, compress, compressed, compression, create, extract, extractor, file, PHP, script, unzip, zip, ziparchive
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 :)
Categories: PHP Tags: create, doc, document, file, fly, generate, live, make, on the fly, pdf, PHP, php 5, report, reporting, script, web, web report, web reporting