PHP Tutorial
Top 20 Similar PHP Tutorials
Generating RSS Feeds on The Fly With PHP
Learn how to generate RSS Feeds on The Fly With PHP
General »
Generating random passwords
The tutorial will teach us how to generate a random password every time the function is called.
Basics »
Generating XML from a MySQL DB with PHP's DOM Functions Part One
In this tutorial the author will be going through a very simple XSL using the XML data produced from part one
Advanced »
Generating a Range of Numbers the Easy Way
After Haris' mention of the PHP function range(), I thought the kindest thing to do would be to give it a proper introduction. So here is that introduction!
Range is native PHP function that takes 2 compulsory arguments and 1 optional argument (As of PHP 5.0.0 which defaults to 1) and returns an array. Seem ever so simple? Well it is! The 3 arguments the function can accept are as follows...
Basics »
Generating XMLXSL from a MySQL DB with PHP's DOM Functions Part Two
This is gonna be (hopefully) part one of two about PHP and XML/XSL.
Advanced »
PHP and Files
Working with files is a basic necessity for programmers and PHP gives you a great facility for creating, uploading, and editing files. This section is completely dedicated to how PHP can interact with files.
PHP and Files
In this tutorial you can learn more about working with Files using PHP
Upload files
Learn How To Upload Files to Web Servers with 12 Short Tutorials for Beginners
Creating Files with PHP
In this tutorial you will learn how to create all kinds of files using PHP.
Uploading files with PHP
In this tutorial I will explain how to create the upload form with PHP.
I will cover uploading and renaming file, limiting file size, restricting file types and form validation
How to: Writing to files in PHP
Tutorial covers different scenarios and methods of writing text to a file in PHP...
Basics »
Creating Files with PHP
Learn how to create all kinds of files using PHP
Download files with cURL
A snippet that helps you download files from the web, with the use of the well known cURL library for php.
General »
PHP Multiple Upload files
Create a script for uploading multiple files to your site
Reading and Writing files in PHP
PHP follows almost same way of writing and manipulating files as in standard C. That is why it becomes so easy for a developer with C lanaguage background to create php application that uses files to save and retrieve data. It is a short tutoril that will get you started with writng and manipulating text files.
How to convert and encode files to FLV using FFMPEG and PHP
In this tutorial you will learn how to convert and encode files to FLV using FFMPEG and PHP
General »
Unzipping Files Automatically On Your Server!
First off, this tutorial will teach you how to unzip tar.gz file's on your server. Feel free to modify it to suit your needs
General »
Creating Dynamic PDF files using HTML and PHP
In this tutorial you will learn how to create Dynamic PDF files using HTML and PHP
General »
Using Files on the Server File System
After studying this tutorial, you will know more about using Files on the Server File System










