You are here: DEVPPL Tutorials php file-manipulation
NOTIFICATIONS
54.078
MEMBERS
15.681
TOPICS
62.250
POSTS
  562
FLASH GAMES
7.740
TUTORIALS
 

Login

E-mail:
Password:

Php Tutorials - File-manipulation

file-manipulation tutorials

Viewing data in a file using PHP

Viewing data in a file using PHP

Rating:
(0)
Clicks: 386
Category: PHP >> File Manipulation
Learn how you can display data from a file in a simple but efficient manner, it doesn't get much easier!
Image Uploader

Image Uploader

Rating:
(0)
Clicks: 376
Category: PHP >> File Manipulation
Tutorial for creating your own image upload script for your website. Includes examples of error checking, such as checking the file type, size and dimensions.
File Upload Script Tutorial

File Upload Script Tutorial

Rating:
(0)
Clicks: 423
Category: PHP >> File Manipulation

PHP Upload

PHP Upload

Rating:
(0)
Clicks: 417
Category: PHP >> File Manipulation
Learn to make an upload script that works with any file type
File Uploading

File Uploading

Rating:
(0)
Clicks: 396
Category: PHP >> File Manipulation
Create a complete File Upload Script in PHP
Form-Based Image Upload

Form-Based Image Upload

Rating:
(0)
Clicks: 539
Category: PHP >> File Manipulation
Learn how to upload images easy using forms and PHP. Great for beginners.
Uploading Files

Uploading Files

Rating:
(0)
Clicks: 429
Category: PHP >> File Manipulation
Create a simple script that allows users to upload files via PHP
Simple File Parsing (Weather example)

Simple File Parsing (Weather example)

Rating:
(0)
Clicks: 403
Category: PHP >> File Manipulation
s tutorial explains how to parse a given text file and display specific content using PHP. The presented example shows how to parse a weather information for your desired city. It also includes a shell script for downloading the weather data text file fro
File Uploads

File Uploads

Rating:
(0)
Clicks: 410
Category: PHP >> File Manipulation

Writing to a file in PHP

Writing to a file in PHP

Rating:
(0)
Clicks: 346
Category: PHP >> File Manipulation
Learn the simplest way to write to a file, and also how to prevent the same information from being entered twice.
Page Titles by Folder Names

Page Titles by Folder Names

Rating:
(0)
Clicks: 394
Category: PHP >> File Manipulation
This is a useful little script for changing the title of multiple pages based on the folder name. This comes in handy if you have several pages with the same title within one folder.
Reading and Writing to Files

Reading and Writing to Files

Rating:
(0)
Clicks: 354
Category: PHP >> File Manipulation
Nowadays, PHP programmers generally use databases such as MySQL to do everything, however, every programmer should at least know the basics of reading and writing to files - that IS what a database does. Come read an all you need to know introduction to f
Last Modified

Last Modified

Rating:
(0)
Clicks: 530
Category: PHP >> File Manipulation
Learn how to check when the file was last modified using power of PHP.
Speed Limiting File Downloads

Speed Limiting File Downloads

Rating:
(0)
Clicks: 392
Category: PHP >> File Manipulation
It is common to have downloads on your website, and sometimes you want to moderate your downloads by speed, or possibly hide the directory that the download is coming from, protecting all your other files. This is very possible and very simple to solve in
File upload with PHP

File upload with PHP

Rating:
(0)
Clicks: 474
Category: PHP >> File Manipulation

Building a File Manager, Part 2

Building a File Manager, Part 2

Rating:
(0)
Clicks: 446
Category: PHP >> File Manipulation
This tutorial continues building the file manager started in part one.
Data Access Benchmarks

Data Access Benchmarks

Rating:
(0)
Clicks: 428
Category: PHP >> File Manipulation
This tutorial compares several methods of accessing file-based data.
Writing A File Upload Class

Writing A File Upload Class

Rating:
(0)
Clicks: 335
Category: PHP >> File Manipulation

Uploading a File

Uploading a File

Rating:
(0)
Clicks: 331
Category: PHP >> File Manipulation

Form-Based Image Upload

Form-Based Image Upload

Rating:
(0)
Clicks: 295
Category: PHP >> File Manipulation
Learn how to upload images easy using forms and PHP. Great for beginners.
^ Back to Top