It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Tutorials

Log In Sponsors

PHP Tutorials

SHOWING LATEST TUTORIALS
Learn how you can display data from a file in a simple but efficient manner, it doesn't get much easier!
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.
Learn to make an upload script that works with any file type
Create a complete File Upload Script in PHP
Learn how to upload images easy using forms and PHP. Great for beginners.
Create a simple script that allows users to upload files via PHP
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
Learn the simplest way to write to a file, and also how to prevent the same information from being entered twice.
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.
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
Learn how to check when the file was last modified using power of PHP.
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
This tutorial continues building the file manager started in part one.
This tutorial compares several methods of accessing file-based data.
Learn how to upload images easy using forms and PHP. Great for beginners.