-
This PHP script is created to read text files line by line. It opens text files and performs several types of line oriented operations. Currently, the script can read one line at a time, and then jump to a given line number and count the toal number of lines in the file.Requirements:- PHP 5.0 or Higher
-
This PHP Script is designed to generate an Excel spreadsheet with MySQL results. It executes a given MySQL query and generates an Excel spreadsheet filled with the query results using PEAR spreadsheet writer class. Generated spreadsheets will be saved to an external Excel file. Requirements:- PHP 5.0 or Higher
-
This PHP script is created to validate and process uploaded files. It is used to validate a given uploaded file to check whether there was not an upload error, the file size is under a given limit, the file name extension is one of the allowed.Simple PHP Upload script can also move the uploaded file to a given directory if ...
-
This PHP script is mainly used to store and retrieve variable values from files. Variable values are taken and stored in files with given names. You can also do the opposite, i.e. retrieve variable values from files with this script.The variables can be scalar, or objects or arrays, provided the class or a sub-class defines functions to serialize and unserialize ...
-
This script can be used to parses and accesses binary Excel files. The binary formate excel file is parsed to take the spreadsheet structure. The package provides several classes that extract the different parts of a spreadsheet and allow iterating those parts like workbooks, sheets, rows, columns and cells. Requirements:- PHP 5.0 or higher
-
This PHP script is designed to join files retrieve via HTTP into a single file. File Joiner first takes a list of HTTP URLs and then retrieves the data from the specified locations. Finally retrieved data will be brought together and saved to a single file in the desired location.Requirements:- PHP 5.0 or higher
-
PHP Uploader script is developed to upload, process and transfer file and image transfer. It can copy uploaded files to a given destination directory if the directory exists and is valid. Function for cropping snd resize image files is also supported. Requirements: PHP 5.0 or Higher
-
phpFileFarm is a Web site support tool/directory explorer that lets you view the directory structure of your Web site and then add, change or delete files using only your Internet browser. What's New in This Release Version 0.2.4 phpFileFarm:- No longer spews warnings with error reporting is set to E_ALL.- Now works with register_globals OFF.- Added support for excluded files/directory ...
-
PclXml is a library that help working with XML files. It is a PHP XML script to easily manage XML files and strings. PclXml allows you to read an XML file and store the XML tokens values and properties in a hierarchically organized object. PclXml defines several methods that allow for quick and easy access to attributes (properties) values, childs ...
-
BoUML File Parser is a PHP script that intends to extract information from UML artifact files. UML projects generated by BoUML project can be processed and information from the defined artifacts can be extracted with this script. Currently, This PHP script can only extract the packages, components and use cases.Requirements:- PHP 5.3 or higher
-
FTP best script is a PHP script to send and receive files from FTP servers. It can connect to a given FTP server, upload files to a destination directory, download files to local directory, create directories and sub-directories, change the current directory and list the files in a directory.Settings can easy be configured in the script.Requirements:- PHP 5.0 or higher
-
Image Manipulation Class is a PHP script aims to manipulate and convert images from files. It can open images from files in GIF, JPEG, PNG formats, and can perform several types of image manipulation operations like: resizing, cropping, convert to grey scale or sepia.All processed images can then be saved back to files in the JPEG, GIF and/or PNG formats.Requirements:- ...
-
File Helper is a PHP script designed to read and write data in files. It can open files to read, write and append data in them. This script can also be used to delete files.Requirements:- PHP 5.0 or higher
-
UploadFile can process uploaded image files, there is a base class that can handle uploaded files of any type by first copying or moving them. There is also a sub-class which provides an additional functionality to validate uploaded image files by verifying the file name extension and checking the image dimensions. Requirements:- PHP 4.0 or higher
-
Log checker can be used to truncate log files that exceed a limit size. This script contains functions required for crawling trought directories and filtering out, files with extensions passed in array as parameter. At first it crawls trought directory passed as parameter. When it finds subdirectory, it will be craweled too though. After matching all files by extension, files ...





