Best Tutorials website
Latest tutorials

Advertisment

File Uploads

File Uploads

It is very useful, for example when providing downloads, to create a file uploads system. A useful function in PHP is HTTP upload. It will allow...


Views: 984 | Rating star | by Sarah
PHP - File Manipulation

Form-Based Image Upload

Form-Based Image Upload

Learn how to upload images easy using forms and PHP. Great for beginners.


Views: 969 | Rating star | by Tutorial
PHP - File Manipulation

Easy File Uploads

Easy File Uploads

Well, tired of FTP'n everything up to your site? Or even want to allow other members to upload files but you dont' want to give them FTP...


Views: 919 | Rating star | by Isac
PHP - File Manipulation

File Processing: Writing to a file

File Processing: Writing to a file

It is simple to write data to a file through the use of 2 fuctions - fwrite() (file write) and fputs() (file put string), although fputs() is an...


Views: 775 | Rating star | by Jarry
PHP - File Manipulation

File Processing: Introduction

File Processing: Introduction

An alternative to using a database to store data is to use what are known as flat files. These are basically text files that are stored on your...


Views: 819 | Rating star | by Mathew
PHP - File Manipulation

Uploading a file in PHP

Uploading a file in PHP

This article shows how to upload files in PHP. Uploading files in PHP is very easy. You don't have to use any components as you do in ASP. All...


Views: 981 | Rating star | by Troy
PHP - File Manipulation

Multiple pages of data from a text file

Multiple pages of data from a text file

This is a basic tutorial that will show you how to generate multiple pages of data from a txt file.


Views: 913 | Rating star | by Daniel
PHP - File Manipulation

File Uploading in PHP 4

File Uploading in PHP 4

This is a step-by-step tutorial that shows how to upload files to the server through an HTML form and PHP. It covers creating the client-side HTML,...


Views: 982 | Rating star | by Colin
PHP - File Manipulation

Reading And Using Files

Reading And Using Files

This tutorial/code shows how to read and handle files using PHP. Also explains built-in error protection.


Views: 1015 | Rating star | by John
PHP - File Manipulation

File Uploads

File Uploads

Learn how to upload files directly to your webserver.


Views: 837 | Rating star | by Sean
PHP - File Manipulation

File Creator/Editor

File Creator/Editor

Create a form that makes and/or adds data to files on your server. Could be useful in creating a simple guestbook and free for all links flat file...


Views: 759 | Rating star | by Tutorial
PHP - File Manipulation

Last Modified

Last Modified

Learn how to check when the file was last modified using power of PHP.


Views: 755 | Rating star | by Daniel
PHP - File Manipulation

Creating Tab-Delimited Files in PHP

Creating Tab-Delimited Files in PHP

How to create tab-delimited files in PHP so that they can be read by Excel.


Views: 766 | Rating star | by Nick
PHP - File Manipulation

Working with Excel files. (Comma Delimited or CSV)

Working with Excel files. (Comma Delimited or CSV)

Working with php and making csv or comma separated excel files. No need for objects!


Views: 762 | Rating star | by John
PHP - File Manipulation

Viewing data from a file

Viewing data from a file

Learn how to retrieve and view data from a flat file database (text document) once it is written.


Views: 733 | Rating star | by Colin
PHP - File Manipulation

Using Files on the Server File System

Using Files on the Server File System

Although databases are very common, using the file system to store data can be a real alternative. Often, it is easier to implement that way....


Views: 713 | Rating star | by Steve
PHP - File Manipulation

Upload single file

Upload single file

Simple PHP uploading file scripts.


Views: 731 | Rating star | by Brad
PHP - File Manipulation

Uploading multiple files

Uploading multiple files

You can upload multiple files with one time submittion. Array is a big role in this tutorial, let's see the scripts.


Views: 700 | Rating star | by Source
PHP - File Manipulation

Limit upload file size

Limit upload file size

This PHP upload form can limit file size.


Views: 797 | Rating star | by Simon
PHP - File Manipulation

Create excel files with php

Create excel files with php

Excel files are great for many things. It might though be a little bit tricky to generate them on the fly with php. Therefor I will guide you...


Views: 747 | Rating star | by Simon
PHP - File Manipulation