Free Php Scripts, Articles and Resources
    home  Home   php  PHPscripts   articles  Articles   contact  Contact
Date: 13 March 2010
in

Total scripts: 203
Total downloads: 25548
Total articles: 11

Latest Scripts
Free Contact Us Script +...
Free PHP ODP Script

Top Downloaded Scripts
Captcha Security Images
dGallery

Best Rated Scripts
File Searcher
Transparent Watermark

CATEGORIES

PHP ARTICLES

Categories Php File Manipulation

FTP
This is a simple wrapper class meant to send a file to a directory of an FTP server using the PHP FTP extension.
(0 votes)
List content of directory
This class can be used to retrieve the list of files contained in a given directory and its sub-directories. It traverses a directory recursively and writes the names of the files that it finds to a given output file name.
(0 votes)
rs2csv
This class can be used to convert a result set which has been generated by PHP's built-in MySQL functions to a comma separated values (CSV) file.
(0 votes)
HTML to DOC
This class can be used to convert HTML pages into Microsoft Word documents in the XML format. It can parse a HTML document given as a HTML data string or a page URL. Then it extracts the HTML document header and body and rewrite it with a Microsoft Word document XML header.
(0 votes)
FTP Folder Copy or Delete
This class can be used to copy and delete directories on a remote FTP server. It can traverse a given directory recursively and copy all its files sub-directories to a given directory on an FTP server. The original permissions are also set on the files and directories on...
(0 votes)