Using The PHP Include Command Tutorial (File-Manipulation)
Monday, May 4th, 2009The include command is used to insert the content of an external HTML page into an existing PHP page.
View Tutorial
The include command is used to insert the content of an external HTML page into an existing PHP page.
View Tutorial
Tutorial demonstrating how to handle file uploads in PHP. Shows how to create a simple XHTML form with a file field, and a PHP script that handles the form submission by moving the uploaded file to a designated directory.
View Tutorial
Scanning Folders with PHP on Nettuts.com for beginners
View Tutorial
Walk through of a class that manages many common tasks.
View Tutorial
Learn how to use PHP to get the width and height of an image or a flash file instantly!
View Tutorial