Archive

Posts Tagged ‘file’

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 :)

File Operations With FTP

November 9th, 2008 programming No comments

FTP, stands for File Transfer Protocol, has been widely used for file and directory/folder operations (such as: create, copy, delete, move, change working directory, change file permission/attribute, and rename) by web masters. In this topic, we will focus on the file operations using PHP FTP.
Read more…

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