Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

Top Rated Scripts | PHP | Tutorials & Tips | File Manipulation

Results 21-40 of 41
Basic PHP File Handling
We've mostly focused on MySQL-type tutorials, but we'll show you in this tutorial the basics of file handling. This includes opening a directory and listing the files, opening a file and showing it's contents and opening, then modifying a file. Deleting a file too!
(3 ratings)
Reviews0
PriceFree
Views1345
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 json, csv, xml, atom, txt, html, stats or print.
(3 ratings)
Reviews0
PriceFree
Views596
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.
(3 ratings)
Reviews0
PriceFree
Views743
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.
(6 ratings)
Reviews0
PriceFree
Views458
How to let your customers or visitors easily put files on your server
This tutorial tell you how to create a file upload script on your server using php, javascript. The code is available for free.
(0 ratings)
Reviews0
PriceFree
Views1956
PHP Script Tips - Working with Directoris and Files
A collection of 8 tutorials on working with directories and files: How To Create a Directory? How To Remove an Empty Directory? How To Remove a File? How To Copy a File? How To Dump the Contents of a Directory into an Array? How To Read a Directory One Entry at a Time? How To Get the Directory Name out of a File Path Name? How To Break a File Path Name into Parts?
(0 ratings)
Reviews0
PriceFree
Views2204
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.
(0 ratings)
Reviews0
PriceFree
Views2422
Working with Directories
As is necessary for any language, PHP has a complete set of directory support functions. PHP gives you a variety of functions to read and manipulate directories and directory entries. Like other file-related parts of PHP, the functions are similar to the C functions that accomplish the same tasks, with some simplifications. This tutorial describes how PHP handles directories. You will look at how to create, remove, and read them.
(0 ratings)
Reviews0
PriceFree
Views1099
Opening files with PHP
A brief guide to opening and managing files using PHP's fopen() function.
(0 ratings)
Reviews0
PriceFree
Views845
Tutorial: Create a zip file from folders on the fly
Creating zip files on a web server is a feature which could be very useful for backups or just for offering an unknown number of dynamic files or folder inside of a directory. This tutorial shows us how handle that with only a few rows of PHP code!
(0 ratings)
Reviews0
PriceFree
Views1600
FTP Upload via cURL
Uploading files to a remote FTP server is very effective while using the cURL library. This short PHP tutorial will show the user how to upload a file to a password protected FTP server.
(0 ratings)
Reviews0
PriceFree
Views2265
Introduction to Files
In this tutorial you will learn how to open, read, write, rename, remove and upload files using one of the best server-side languages -- PHP. It will overview the fopen() function and the different modes needed to open files. It will then teach you how to read data from a file and output it. Next you will learn about the fwrite() function and about truncating files. Next you will be taught how to use the rename() and unlink() functions to rename and delete files. Finally you are given an introduction into the world of uploading files.
(0 ratings)
Reviews0
PriceFree
Views1700
Create custom backups from your website using cURL
Create a backup script and execute the PHP script using a CRON job. This tutorial is for webmasters if the websites control panel has only capabilities to create full site backups and/or where the access via SSH is disabled.
(0 ratings)
Reviews0
PriceFree
Views785
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.
(0 ratings)
Reviews0
PriceFree
Views955
Empty Directories from the files
Empty Directory And delete the templete engines cached files
(0 ratings)
Reviews0
PriceFree
Views607
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.
(0 ratings)
Reviews0
PriceFree
Views584
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.
(0 ratings)
Reviews0
PriceFree
Views587
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.
(0 ratings)
Reviews0
PriceFree
Views804
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.
(0 ratings)
Reviews0
PriceFree
Views1185
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.
(0 ratings)
Reviews0
PriceFree
Views463
Results 21-40 of 41