The net's largest PHP, CGI, Perl, JavaScript and ASP script collection and resource web portal
  New Listings
New Listings
Most Popular
Most Popular
Top Rated
Top Rated
Discussion
Discussion
Link to Us!
Link To Us
Search For:         
   
 
Sponsors


Categories

Ajax
ASP
ASP.NET
C and C++
CFML
CGI and Perl
Flash
Java
JavaScript
PHP
Python
Remotely Hosted
Ruby on Rails
Tools and Utilities
Web Hosting
XML

Sponsor Links


Home :: PHP :: Tips and Tutorials :: File Manipulation
Sort Listings By:       Click if you want to be notified of new or updated links in this category
  Total: 62    Displaying: 1 - 20 Pages:  1 2 3 4

   PHP include file tutorial   Hits: 448 

 
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.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sat Mar 15 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Creating a file upload system   Hits: 2378 

 
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 webserver. As you will see it is not so complicated to implement this very usefull script.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Mon Oct 29 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Creating file online   Hits: 941 

 
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.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Mon Oct 29 2007

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Introduction to Files   Hits: 447 

 
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.


Free   Version: 1.0.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Wed Nov 14 2007

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Printable Document Generation with PHP   Hits: 638 

 
This article focuses on the document that can be generated using PHP namely Rich Text Format (RTF). Rich Text Format (RTF) is a file type used to transfer formatted text documents between applications, even those that run on different platforms, such as IBM and Macintosh. RTF is a file format that many word processing programs understand; it is often used when a document is created in one word processing program but is expected to be edited in another word processing program.


Free   Version: 1.0.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Fri Feb 29 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Reading and writing Data from and into files   Hits: 182 

 
View and modify file attributes, read and list directory contents, alter file permissions, retrieve file contents into a variety of native data structures, and search for files based on specific patterns.


Free   Version: n/a   Platform(s): n/a   Updated: Sun Jan 27 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Creating a file manager   Hits: 1328 

 
In this tutorial I will show you how to create a PHP application to display directory content (filename, filesize, modification date) and navigate between them.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Wed Aug 15 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   PHP & File Compression/Archiving techniques   Hits: 384 

 
PHP has some very easy, simple yet powerful, extensions for file compression support. zip, gZip, bZip2, LZF libraries are popular extensions with php. Each one is actually a different compression format... all of them have their own algorithms to compress files, and some of them support mentioning which compression algorithm you want to use, while creating/opening a compressed file. We will look at some of the features of these libraries with reference to PHP.


Free   Version: n/a   Platform(s): linux, windows, freebsd   Updated: Fri Jul 27 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Image upload with MYSQL database   Hits: 1048 

 
In this tutorial is presented a simple code with informations about programing a script that uses MYSQL database to upload images. Very simple to interpretate, to code and to test, its a simple way to learn how to program a upload script that select images from the MYSQL database using php programing.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Mon Jun 18 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   More secure PHP image upload class tutorial   Hits: 653 

 
Tutorial how to write secure image upload class. Class has function witch determinate if given file is really image.


Free   Version: n/a   Platform(s): n/a   Updated: Tue Jun 12 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Uploading files to Amazon S3 with REST API   Hits: 487 

 
An example of command line non-interactive PHP script which creates bucket and uploads file to Amazon S3 (Simple Storage Service). Additional libraries like HMAC-SHA1 are not required.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sun Jun  3 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Renaming Files within a Directory   Hits: 422 

 
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.


Free   Version: 1.0.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Thu May 31 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Converting Mini File Host into FPS   Hits: 544 

 
This script will convert all the file information, with an option to move the files into the new FPS (Free PHP Scripts) Free File Hosting script.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Wed Mar 28 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Creating files online in PHP   Hits: 437 

 
In this tutorials, we start how to create files using PHP. Before starting test sample script, double check directory access permisisons for writing. First of all, if you're new to PHP but have a knowledge on other scripting languages like ASP, PHP is a comple language which has function to access file system. This means that PHP includes all libraries and functions to manage file system.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Wed Mar 28 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Writing to a File   Hits: 767 

 
This script takes some text from an online form and write it to a file on the server. If the file does not exist, it attempts to create it.


Free   Version: 1.0.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Thu Jan 25 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   PHP Form Image Upload   Hits: 3916 

 
This tutorial shows you how to upload an image on your server using PHP and html forms. You will also learn how to verify if the uploaded file is an image (checking the extension), if it doesn't overtakes a size limit and how to change the uploaded file name.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Tue Jan  2 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (1) Visitor Ratings

   PHP AJAX example: asynchronous file upload   Hits: 4408 

 
Asynchronous file uploads is quote popular feature in modern AJAX web-applications. However standard AJAX classes (XmlHttpRequest) does not have capabilities to process or send files selected with "file dialog" (input type="file"). This article contains example application (trivial file-sharing service, like rapidshare, megaupload or yousendit) which uses embedded frames (IFRAME) to upload file. While file is uploaded to hidden frame, user can still access web-page and fill "file description" field.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Mon Dec  4 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   File manipulation (Part 1)   Hits: 1061 

 
In the PHP Tutorial You will learn about File manipulation (Part 1) - Checking file existence, A file or directory, Determining file size, Creating and deleting files and Opening a file for writing, reading, or appending.You can test for the existence of a file with the file_exists() function.file_exists() takes one element, which is a string representing an absolute or relative path to a file that might or might not be there.


Free   Version: n/a   Platform(s): n/a   Updated: Tue Nov 28 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   File manipulation (Part-2)   Hits: 713 

 
In this PHP Tutorial you will learn the 2nd Part of File Manipulation Reading lines from a file, Reading arbitrary amounts of data from a file, Writing to a file, Creating directories, Removing a directory and Opening a directory for reading.


Free   Version: n/a   Platform(s): n/a   Updated: Tue Nov 28 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Sime Uploader   Hits: 1867 

 
This is a brief tutorial for those who are new to php, and dont know much php. Here they will learn how to upload files through php. In the next version there will be alot of great features added. Like Multiple Files Uploading Using Arrays & Loops Making new folders/files Editing Files etc...


Free   Version: 0.1   Platform(s): n/a   Updated: Tue Aug 29 2006

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

  Total: 62    Displaying: 1 - 20 Pages:  1 2 3 4

Share


Register | FAQ/Support | Contact Us | About Us | Getting Rated | Link to Us | Bookmark Us | Advertising Info | Terms of Use | Privacy Policy
Copyright © 2008 iNET Interactive. All rights reserved.
Other iNET Interactive Sites:
Web Hosting Talk | dBForums | Mac Forums | Hosting Catalog