PHP 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(+): 0 | Views: 43 | Save it | Report it


Top 20 Similar PHP Tutorials

Create a PHP Include File to create logging of server messages to a central logfile

This is a PHP include file which does logging of messages to a central logfile. You can use it in all your applications to avoid writing the same code over and over.
General » coolcommands.com
Score(+): 0 | Views: 89 | 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(+): 0 | Views: 47 | Similar Tuts | Save it | View this tutorial

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.
PHP Files » combined-minds.net
Score(+): 1 | Views: 69 | Similar Tuts | Save it | View this tutorial

Uploading File with PHP - Create a PHP upload script

Learn how to upload files with PHP
PHP Files » lotsofcode.com
Score(+): 0 | Views: 73 | Similar Tuts | Save it | View this tutorial

A php tutorial to create a send this page to a friend script and form

This is a php tutorial to create a send this page to a friend script and form
General » cagedflame.com
Score(+): 0 | Views: 41 | Similar Tuts | Save it | View this tutorial

Mysql Tutorial 1 : How to create a MySQL Database and Table

Mysql Tutorial 1 : MySQL for Newbies, How to create a MySQL Database and Table
Database » ztej.com
Score(+): 0 | Views: 48 | 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(+): 0 | Views: 70 | 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(+): 0 | Views: 50 | 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(+): 0 | Views: 57 | Similar Tuts | Save it | View this tutorial

Creating your Own Configuration File

Store your settings without editing!
General » pixel-designz.net
Score(+): 0 | Views: 105 | Similar Tuts | Save it | View this tutorial

Include File in a Variable

Learn how to include File in a Variable
General » desilva.biz
Score(+): 0 | Views: 46 | 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(+): 0 | Views: 67 | 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(+): 0 | Views: 39 | 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(+): 0 | Views: 22 | 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(+): 0 | Views: 60 | Similar Tuts | Save it | View this tutorial

Simple PHP Hit Counter using a text file

Learn how to use a Simple PHP Hit Counter using a text file
General » tutorialmonkey.com
Score(+): 0 | Views: 63 | 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(+): 0 | Views: 54 | 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(+): 0 | Views: 57 | 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(+): 1 | Views: 49 | 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(+): 0 | Views: 51 | Similar Tuts | Save it | View this tutorial