File Manipulation. Tutorials & Tips. PHP. Scripts from Hot Scripts. Review before you use or buy a script! Let Hot Scripts uncover the best free, open source and commercial hot-scripts File Manipulation scripts for your web site.
File Manipulation
-
PHP File Uploads and Max Size
This tutorial covers a little known aspect of file uploading and is one of the few areas of PHP that simply doesn't make sense. Dealing with the Max Size allowed in PHP and how PHP handles that if the limit is exceeded along with a workaround to get your... (show more)
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
PHP include file tutorial
In this tutorial I will show you how to divide your code into more files and how to include various files into your actual PHP code.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
PHP file read howto
Reading from file is a general task in PHP. This article tries to summarize how to use PHP file read possibilities.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
PHP file write presentation
Creating files with PHP is quite simple task but you need to be careful during file manipulations. In this lesson I will show you how to do it without headache.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Read a file's contents with PHP
A guide about how to read the contents of a text file using PHP, using a variety of different built in functions, with tips about how to use them effectively.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
PHP Includes
An introduction to the PHP include function and example an of how to use this to create a template base for your website.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Opening files with PHP
A brief guide to opening and managing files using PHP's fopen() function.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Creating a file upload system
In this tutorial I will show you how to create a simple file upload system with your user can upload a file from the local computer to your web server. As you will see it is not so complicated to implement this very useful script.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Creating a file manager
In this tutorial I will show you how to create a PHP application to display directory content (filename, file size, modification date) and navigate between them.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Creating file online
In this tutorial I will show you how to create a file on your web server using your browser. We will create a html form which will be store the file during the form processing mechanism.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
PHP File Search
Search through files and directories on your server. You can create a compete search tool which would allow you to search through pathnames, file's contents and MySQL databases. It is created as an API, so you can get your results in following formats... (show more)
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
PHP MySQL & File Backup Script
This completely free script allows you to backup your complete server. It allows backing-up MySQL databases and files on your server. You can create backups, download them and delete them. It also includes a Cron job script that will make your life... (show more)
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Creating Word, Excel and CSV files with PHP
In this article we demonstrate several ways to create Microsoft Word and Excel documents, and also CSV files using PHP. Learn how to create files using HTTP headers, COM objects, OpenOffice templates, fputcsv function.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Reading the plain text from PDF with PHP
Portable Document Format (PDF) is a file format created for document exchange. Let's read the plain text from the PDF file.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Reading the "clean" text from DOCX and ODT
In this article we will resolve the task of reading the âcleanâ text from the Office Open XML (more known as DOCX) and OpenDocument Format ODT using PHP. Note that we are not going to apply any third-party software.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Reading the "clean" text from RTF
In this article we will resolve the task of reading the âcleanâ text from the Rich Text Format (often abbreviated as RTF) using PHP. Note that we are not going to apply any third-party software.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Empty Directories from the files
Empty Directory And delete the templete engines cached files
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
PHP File Upload Tutorial
This tutorial will demonstrate how to handle file uploads in PHP. The example will show how to create a simple XHTML form with a file field, and a PHP script that handles the form submission by moving the uploaded file to a designated directory.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
PHP File Download Security
Protect your downloadable content by storing the files outside your webroot. This is an easy solution to online subscription content protetcion.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Renaming Files within a Directory
Using the common File I/O functions of Php such as opendir, is-dir, readir and rename, this script lists files while extracting unwanted ones and rename them.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose