PHP Tutorial
Flat File Polling Booth
Learn how to create your own poll script without a MySql database using PHP and flat files databases.
General »
Top 20 Similar PHP Tutorials
Creating a simple file based polling script
In this tutorial I will show you how to create a simple, file based polling system where you can easy setup new polls. No database is required for this script and you only have to maintain one config file.
General »
Flat File Database (Database from a text file)
Learn how to store and retrieve information using PHP's built in file handling functions along with serialize and unserialize
General »
php file upload
In this tutorial i will teach you how you can upload files to your website using PHP. I will teach you the basics and show you how to manage which files may be uploaded.
PHP include file tutorial
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.
Basics »
Upload and Rename File
Upload files to your site and rename them via a form
Reloading Your php.ini File with IIS 6 Manager
This tutorial is about reloading Your php.ini File with IIS 6 Manager
Advanced »
Simple PHP Hit Counter using a text file
Learn how to use a Simple PHP Hit Counter using a text file
General »
How to read, write and create a file in PHP
This tutorial explains how to read, write and create a file in PHP. A very simple technique that you will understand in just 5 minutes.
Storing multidimensional arrays in a file
In this tutorial I will show you how to store a multidimensional array in a file and how to retrieve these data. With this method you can imitate a very basic database functionality.
Basics »
Creating a file upload form with PHP
Learn the basics of coding an upload file form in PHP.
Using Files on the Server File System
After studying this tutorial, you will know more about using Files on the Server File System
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!
Prevent Direct Access To A File with PHP
This tutorial is about Preventing Direct Access To A File with PHP
Security »
Write and read from a text file using PHP
After studying this tutorial you will be able to write and read from a text file using PHP
General »
PHP Limit Upload File Size
Learn how to set upload size limits on files
Creating a file upload system
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










