PHP Tutorial
Prevent Direct Access To A File with PHP
This tutorial is about Preventing Direct Access To A File with PHP
Security »
Top 20 Similar PHP Tutorials
Refresh / re-direct using PHP
We know how to use Refresh Meta tags in our tags. But what if we needed to do the same thing only this time do it in PHP? THis tutorial can guide you about it.
General »
Prevent Image Hotlinking
In this tutorial you will learn more about Prevent Image Hotlinking
Security »
Using the Internal Array Pointers to Access Elements in Arrays
The native array pointer functions in PHP allow you to traverse an array without actually referring to specific array elements. They can be particularly useful if you're using an associative array and wish to use the first element in the array. An internal array pointer, in PHP, is fundamentally an invisible pointer that points to a particular record in an array.
Basics »
PHP Walkthrough & Script: Building an Apache-like Access Control List (ACL)
We're going to be constructing an Apache-like, in fact we're going to be emulating the Apache ACL in its entirety. Although you could quite easily use Apache, this allows you to see how it's all done and even extend onto it to allow temporary bans which expire after a certain amount of time - if you were that way inclined.
Security »
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 »
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
Login - Logout with a Session in one file with PHP
Learn how to create a file for Login and Logout (PHP + MySQL) using with a SESSION variable
Basics »
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 »
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






