PHP Files · Newest PHP Tutorials

Creating Files with PHP

In this tutorial you will learn how to create all kinds of files using PHP.
PHP Files » vipercreations.com
Score(+): 5 | Views: 246 | Similar Tuts | Save it | View this tutorial

PHP and Files

In this tutorial you can learn more about working with Files using PHP
PHP Files » phptutorialsite.com
Score(+): 3 | Views: 144 | Similar Tuts | Save it | View this tutorial

Beginners guide to dynamic sitemaps

Learn how to create your own XML sitemaps so that search engines can more intelligently crawl your site.
PHP Files » roscripts.com
Score(+): 1 | Views: 163 | 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(+): 3 | Views: 157 | Similar Tuts | Save it | View this tutorial

Creating a very simple and correct upload form

Learn how to create a very simple and correct upload form
PHP Files » totaldream.org
Score(+): 3 | Views: 129 | Similar Tuts | Save it | View this tutorial

Open, Read and Write Files

Learn How To Open, Read and Write Files
PHP Files » dev.fyicenter.com
Score(+): 2 | Views: 108 | Similar Tuts | Save it | View this tutorial

Walkthrough: Parsing a SRT Subtitle File using Various Parsing Techniques

This article will be introducing a couple of nifty tricks that I've seen scattered around the Internet. One of which is how to detect for the presence of those pesky carriage returns. The article will show you how to take a correctly formatted SRT file and parse it using PHP. Another parse function for the PHP library to go alongside parse_url, parse_ini_file, et cetera!
PHP Files » talkphp.com
Score(+): 2 | Views: 104 | Similar Tuts | Save it | View this tutorial

Php Shoutbox

This tutorial will teach you how to make a shoutbox that will run off of a text file. This means that you won't need a mysql database to have dynamic content on your site.
PHP Files » dynamic-php.com
Score(+): 1 | Views: 157 | 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(+): 3 | Views: 167 | Similar Tuts | Save it | View this tutorial

RSS Parsing with SimpleXML

This tutorial will provide a simple example of one method for parsing an XML document, more specifically, an RSS formatted XML document. This tutorial will use the new Simple XML object added to PHP 5.
PHP Files » talkphp.com
Score(+): 1 | Views: 96 | Similar Tuts | Save it | View this tutorial

How to Syndicate an RSS Feed On Your Site

This quick tutorial shows you how to use Simple XML to read and manipulate an RSS feed. The end result is a few lines of code that you can use to syndicate a site's feed on your own page - adding links to relevant content for your users.
PHP Files » earn-web-cash.com
Score(+): 4 | Views: 268 | Similar Tuts | Save it | View this tutorial

More secure php image upload class

This tutorial shows how to make secure image upload class. Class is very flexible and easy to use.
PHP Files » kreoton.net
Score(+): 4 | Views: 234 | 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(+): 3 | Views: 149 | Similar Tuts | Save it | View this tutorial

Creating Files with PHP

Learn how to create all kinds of files using PHP
PHP Files » vipercreations.com
Score(+): 5 | Views: 266 | Similar Tuts | Save it | View this tutorial