PHP File & Folder

Free and open source PHP File Manipulation Scripts. These category contains Download Systems, File Backup, Upload System, File Management and something more about File Manipulation.
  1. No Screenshot
    2007 total visits
    CSV Tokenizer class can be used to parse CSV files (Comma-Separated-Value used by Excel and other spreadsheet programs.It works by splitting the data of CSV lines into tokens in a similar way to the PHP strtok function, but all delimiters are significant, i.e. consecutive delimiters are not globbed into one, and empty string tokens are permitted.
  2. No Screenshot
    1455 total visits
    Jargon File Processor allows you to extract definitions from the jargon file, works with a searchable index, alphabetical listing, random word display and pure text or html capability.
  3. No Screenshot
    1786 total visits
    fileUp can be used to manage images uploaded using Web forms. It can copy the uploaded files to a given directory.First it checks whether the destination directory exists and whether the destination file does not yet exist. Otherwise, the class returns an error and does not process the uploaded file.
  4. No Screenshot
    1925 total visits
    CSV to SQL database converter can be used to import data stored in CSV files into a database. The main class can import the data into a table named by imported CSV-file name. Table in database is like image of CSV file, query "DROP TABLE IF EXISTS ``" is called before table creation!The types of the columns and other details ...
  5. No Screenshot
    1377 total visits
    File Icon can be used to retrieve icons and other types of metadata of a given file. It can retrieve the icon image file name associated to a file based on the file name extension. It may also return img alt="" tags to display the file icon in HTML pages.Several image files of graphic size 16x16 are provided to associate ...
  6. No Screenshot
    1355 total visits
    FileReplace is a small class created to do signal's replacements, using a template file.
  7. No Screenshot
    1823 total visits
    NtxFile reads CA/Clipper NTX index files, similar to the xBase seek function. Writing is not (yet) possible.Usage is fairly simple.NtxFile can be used in combination with the dbase_* functions.It makes a web front end in PHP for a legacy Clipper app.
  8. No Screenshot
    1700 total visits
    MkDir is a simple class for creating directories in the local file system or in a remote server file system using a FTP connection.
  9. No Screenshot
    1549 total visits
    File Scope Replacer is meant to find and replace data in files.The replacer class takes a text data value to be found as well the replacement text. It scans files from a given directory to find and replace the specified data.The replacer class may either scan all files or just the ones that match a given regular expression. It may ...
  10. No Screenshot
    1538 total visits
    Create File By Parsing Dir can scan a given directory recursively and create a CSV file with the list of files with found in the directory that have file extensions of a given list.The CSV file uses a comma (,) as separator by default but it may use a different separator character.
  11. No Screenshot
    1383 total visits
    page per mail is a simple class that can read the data of a file and escape the special characters with an escape character that is inserted before each special character.The escape character and the list of characters to be considered special can be configured by changing the respective class variables.page per mail can be used to escape the text ...
  12. No Screenshot
    2087 total visits
    Legacy Files can be used to read, write, change and convert legacy text files, such as those that store records of data delimited by certain text characters.Legacy Files provides functions for reading and write line records iteratively. It can validate the data of the fields of the records of the header, footer or body data.
  13. No Screenshot
    1906 total visits
    ISO 2709 Record is meant to handle record files in the ISO 2709 format, a common format for data exchange between libraries. It provides functions for validating, reading and creating records in the ISO 2709 format.ISO 2709 Record is able to retrieve given fields in the 'MARC' flavour record and generating such records from raw data.Limitations:The comments in the code ...
  14. No Screenshot
    1592 total visits
    Retrieves the file size, type and last modifies of a file that can be reached via a HTTP connection.
  15. No Screenshot
    1724 total visits
    Split and merge files can split a file into given number of pieces. It can also gather the split file pieces to rebuild the original file.Split and merge files can be useful for serving large files for download, or sending large files by e-mail or any other means that does not provide enough space to store files larger than a ...
Pages 26 of 30« 22 23 24 25 26 27 28 29 30 »