PHP Tutorials File Manipulation



Featured Tutorial
Feature your own tutorial here! Find out more.
Automatically Grab And Display AWStats Data
Submitted by TechWhiz.info » In this cool tutorial I will show you how to grab the information from AWStats and display it dynamically in any way you want. In the example I have even put it on my desktop!
Rating: 3.3/5 | 298 clicks | 0 comments | 0 saves | share | report
Upload, View and Delete files with PHP
Submitted by Adriaanvm.com » How to create a simple file system in PHP. Nowadays file systems are a mandotory tool in content management systems. In this tutorial you'll learn how to create your own customized file system.
Rating: 3.0/5 | 650 clicks | 0 comments | 0 saves | share | report
Printable Document Generation with PHP
Submitted by Xfunda - excellent fundamental » This article focuses on the document that can be generated using PHP namely Rich Text Format (RTF). Rich Text Format (RTF) is a file type used to transfer formatted text documents between applications, even those that run on different platforms, such as IBM and Macintosh. RTF is a file format that many word processing programs understand; it is often used when a document is created in one word processing program but is expected to be edited in another word processing program.
Rating: 2.2/5 | 363 clicks | 0 comments | 0 saves | share | report
How to Syndicate an RSS Feed On Your Site
Submitted by Web Cash » 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.
Rating: 2.7/5 | 247 clicks | 0 comments | 0 saves | share | report
php file upload
Submitted by ineedtutorials.com » 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.
Rating: 2.1/5 | 535 clicks | 0 comments | 2 saves | share | report
Walkthrough: Parsing a SRT Subtitle File using Various Parsing Techniques
Submitted by Adam » 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!
Rating: 2.3/5 | 200 clicks | 0 comments | 0 saves | share | report
Php Shoutbox
Submitted by Dynamic Php » 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.
Rating: 3.0/5 | 1,054 clicks | 0 comments | 2 saves | share | report
FTP Upload via cURL
Submitted by Dutch PHP Resource » Uploading files to a remote FTP server is very effective while using the cURL library. This short PHP tutorial will show the user how to upload a file to a password protected FTP server.
Rating: 2.3/5 | 660 clicks | 0 comments | 1 save | share | report
Tutorial: Create a zip file from folders on the fly
Submitted by Dutch PHP Resource » 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!
Rating: 2.3/5 | 889 clicks | 2 comments | 0 saves | share | report
Creating a file upload form with PHP
Submitted by Zymic » Learn the basics of coding an upload file form in PHP.
Rating: 3.0/5 | 1,467 clicks | 0 comments | 0 saves | share | report