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
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 :)
Categories: PHP Tags: access, attribute, change, chmod, copy, cp, create, create new, create new file, delete, directory, edit, fclose, file, file attribute, file permission, file transfer protocol, fopen, ftp, ftp_chdir, ftp_connect, ftp_delete, ftp_fput, ftp_login, ftp_rename, ftp_site, group, modify, move, mv, new, operation, owner, permission, PHP, protocol, remove, rename, tmpfile, transfer, upload