tutorials

Sponsors
Partner Sites

Showing 13134 Tutorials


Checking Your Link Status
Always find out weather your links your not sure work or not! Just using a simple peice of code you can check a single link. Multiply Link checker can be done if you know what your doing.
PHP Tutorials > File Manipulation
 
Upload class with error checking
Shows you how to set error reporting, create a class with a function to upload files, rename the files being uploaded on the fly and more.
PHP Tutorials > File Manipulation
 
Image Uploader
Tutorial for creating your own image upload script for your website. Includes examples of error checking, such as checking the file type, size and dimensions.
PHP Tutorials > File Manipulation
 
Get the extension of a file
Gets the extension of a file on the fly, x.y.z.gif returns gif, h.j.k.jpeg returns jpeg.
PHP Tutorials > File Manipulation
 
File Upload Script Tutorial
PHP Tutorials > File Manipulation
 
PHP Upload
Learn to make an upload script that works with any file type
PHP Tutorials > File Manipulation
 
PHP and CURL
Leant how to easily transfer files to or from a webserver via http!
PHP Tutorials > File Manipulation
 
File Uploading
Create a complete File Upload Script in PHP
PHP Tutorials > File Manipulation
 
PHP Uploader
A very thorough tutorial on creating a PHP File Uploader
PHP Tutorials > File Manipulation
 
Form-Based Image Upload
Learn how to upload images easy using forms and PHP. Great for beginners.
PHP Tutorials > File Manipulation
 
Uploading Files
Create a simple script that allows users to upload files via PHP
PHP Tutorials > File Manipulation
 
Image Hosting
This tutorial will take you step by step on creating an image host. You will learn how to submit files, and check whether it is an image file, the script is easy to modify and can be used as a building block for your future projects.
PHP Tutorials > File Manipulation
 
Creating Tab-Delimited Files in PHP
How to create tab-delimited files in PHP so that they can be read by Excel.
PHP Tutorials > File Manipulation
 
Uploading files VIA FTP
Shows you how to connect to a FTP, login to that FTP, and upload a file.
PHP Tutorials > File Manipulation
 
Simple File Parsing (Weather example)
s tutorial explains how to parse a given text file and display specific content using PHP. The presented example shows how to parse a weather information for your desired city. It also includes a shell script for downloading the weather data text file fro
PHP Tutorials > File Manipulation
 
Get directory from string.
Returns the directory from a string. EX: /test/ FROM /test/blah.php Shows how to create functions, use explode(), count(), while() and preg_replace() functions.
PHP Tutorials > File Manipulation
 
File Uploads
PHP Tutorials > File Manipulation
 
Stream Me Up Scotty! (part 2)
You've already seen how PHP4s FTP functions can help you interact with files on a remote server. In this article, learn how to use PHPs other file and directory manipulation functions, and build an equivalent application that demonstrates the difference..
PHP Tutorials > File Manipulation
 
Writing to a file in PHP
Learn the simplest way to write to a file, and also how to prevent the same information from being entered twice.
PHP Tutorials > File Manipulation
 
Page Titles by Folder Names
This is a useful little script for changing the title of multiple pages based on the folder name. This comes in handy if you have several pages with the same title within one folder.
PHP Tutorials > File Manipulation
 

« 32 33 34 35 36 37 38 39 40 41 42 43 [44] 45 46 47 48 49 50 51 52 53 54 55 56