PHP Tutorial

Creating your Own Configuration File

Store your settings without editing!
General » pixel-designz.net
Score(+): 3 | Views: 278 | Save it | Report it


Top 20 Similar PHP Tutorials

Creating a file upload form with PHP

Learn the basics of coding an upload file form in PHP.
PHP Files » zymic.com
Score(+): 3 | Views: 218 | Similar Tuts | Save it | View this tutorial

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
PHP Files » phptoys.com
Score(+): 4 | Views: 287 | Similar Tuts | Save it | View this tutorial

Creating a file based logging script

Learn how to Create a file based logging script
General » phptoys.com
Score(+): 4 | Views: 211 | Similar Tuts | Save it | View this tutorial

Creating Files Using PHP File System-Easiest Way

In this tutorial we are going to cover the basics of creating files using PHP file system function fopen() in a very quick to learn and user friendly way.
Basics » php-learn-it.com
Score(+): 14 | Views: 604 | Similar Tuts | Save it | View this tutorial

Creating a file based login system

In this tutorial I will show you how to create a file based login system to register, login and logout users. You can use this method without any database.
General » phptoys.com
Score(+): 5 | Views: 195 | Similar Tuts | Save it | View this tutorial

Creating a file based AD rotator script

In this tutorial I will show you hot to create a simple AD rotator script without using database. The script can display both text and image ads and you can control the number of ads to be displayed at once.
Basics » phptoys.com
Score(+): 4 | Views: 193 | Similar Tuts | Save it | View this tutorial

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 » phptoys.com
Score(+): 4 | Views: 197 | Similar Tuts | Save it | View this tutorial

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 » ronsguide.com
Score(+): 2 | Views: 249 | Similar Tuts | Save it | View this tutorial

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 Files » ineedtutorials.com
Score(+): 3 | Views: 199 | Similar Tuts | Save it | View this tutorial

Upload and Rename File

Upload files to your site and rename them via a form
PHP Files » phpeasystep.com
Score(+): 2 | Views: 266 | Similar Tuts | Save it | View this tutorial

Reloading Your php.ini File with IIS 6 Manager

This tutorial is about reloading Your php.ini File with IIS 6 Manager
Advanced » associatedcontent.com
Score(+): 3 | Views: 163 | Similar Tuts | Save it | View this tutorial

Include File in a Variable

Learn how to include File in a Variable
General » desilva.biz
Score(+): 2 | Views: 152 | Similar Tuts | Save it | View this tutorial

Multiple Actions in one file

Learn How to Create Multiple Actions In One PHP File
General » 13dots.com
Score(+): 3 | Views: 160 | Similar Tuts | Save it | View this tutorial

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 » phpf1.com
Score(+): 2 | Views: 157 | Similar Tuts | Save it | View this tutorial

File Include Check

Learn how to check if a file is already included or not within a page
General » wlscripting.com
Score(+): 2 | Views: 142 | Similar Tuts | Save it | View this tutorial

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 » phptoys.com
Score(+): 1 | Views: 142 | Similar Tuts | Save it | View this tutorial

File Based Logging Script

You will make your users login. and you will also collect users' IP, Hostname, Browser Type, Visited Page , Referrer. Must Do Script.
Basics » livethunder.com
Score(+): 4 | Views: 177 | Similar Tuts | Save it | View this tutorial

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!
PHP Files » web-development-blog.com
Score(+): 3 | Views: 180 | Similar Tuts | Save it | View this tutorial

PHP Limit Upload File Size

Learn how to set upload size limits on files
PHP Files » phpeasystep.com
Score(+): 3 | Views: 157 | Similar Tuts | Save it | View this tutorial

Prevent Direct Access To A File with PHP

This tutorial is about Preventing Direct Access To A File with PHP
Security » iscripting.net
Score(+): 2 | Views: 242 | Similar Tuts | Save it | View this tutorial