PHP 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 | Save it | Report it


Top 20 Similar PHP Tutorials

Prevent SQL Injection

Learn how to protect your website for SQL Injection
Security » jesperkampmann.com
Score(+): 8 | Views: 309 | Similar Tuts | Save it | View this tutorial

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

Forbidden Direct Downloads

Learn a Simple code to stop hotlinking to your files
Security » bhsdesign.com
Score(+): 2 | Views: 192 | Similar Tuts | Save it | View this tutorial

Prevent Image Hotlinking

In this tutorial you will learn more about Prevent Image Hotlinking
Security » biorust.com
Score(+): 4 | Views: 230 | Similar Tuts | Save it | View this tutorial

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

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 » talkphp.com
Score(+): 6 | Views: 137 | 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

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

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

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

Creating your Own Configuration File

Store your settings without editing!
General » pixel-designz.net
Score(+): 3 | Views: 278 | 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

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

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

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

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

Using Files on the Server File System

After studying this tutorial, you will know more about using Files on the Server File System
PHP Files » brainbell.com
Score(+): 5 | Views: 166 | Similar Tuts | Save it | View this tutorial