<?xml version="1.0" encoding="iso-8859-1" ?>
<!DOCTYPE rss >
<rss version="2.0">
<channel>
<title>PHP scripts, Javascript, script writing, Collection of Scripts Resources, Free Scripts, Source code and Scripts, web resources, source code, free script, books, examples, help and more!</title><link>http://www.advancescripts.com/rss/604.html</link><description>File Management RSS feeds</description><language>en-us</language><copyright>Copyright (c) AdvanceScripts All rights reserved.</copyright><item>
<title>Directory Listings, list files and subfolder using php</title>
<link>http://www.advancescripts.com/detailed/16126.html</link>
<description>This is the simple example to list contents of any Directory. To do this we are going to define function DirDisply( ) which will read the current directory contents and display it as a list. We first open current directory by $TrackDir=opendir(&quot;.&quot;); The opendir function returns a directory handle resource on success, or FALSE on failure. Syntax is: opendir ( string path [, resource context] ) Where: Path - The directory path that is to be opened Context </description>
</item>
<item>
<title>Basic PHP File Handling</title>
<link>http://www.advancescripts.com/detailed/15631.html</link>
<description>We've mostly focused on MySQL-type tutorials, but we'll show you in this tutorial the basics of file handling. This includes opening a directory and listing the files, opening a file and showing it's contents and opening, then modifying a file. Deleting a file too</description>
</item>
<item>
<title>FTP Upload via cURL</title>
<link>http://www.advancescripts.com/detailed/14643.html</link>
<description>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.</description>
</item>
<item>
<title>More secure PHP image upload class tutorial</title>
<link>http://www.advancescripts.com/detailed/14623.html</link>
<description>Tutorial how to write secure image upload class. Class has function witch determinate if given file is really image</description>
</item>
<item>
<title>Tutorial: Create a zip file from folders on the fly</title>
<link>http://www.advancescripts.com/detailed/14549.html</link>
<description>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</description>
</item>
<item>
<title>Printable Document Generation with PHP</title>
<link>http://www.advancescripts.com/detailed/14211.html</link>
<description>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. </description>
</item>
<item>
<title>Creating a file upload system</title>
<link>http://www.advancescripts.com/detailed/13739.html</link>
<description>In this tutorial I will show you how to create a simple file upload system with your user can upload a file from the local computer to your webserver. As you will see it is not so complicated to implement this very usefull script. </description>
</item>
<item>
<title>Creating a file manager</title>
<link>http://www.advancescripts.com/detailed/13738.html</link>
<description>In this tutorial I will show you how to create a PHP application to display directory content (filename, filesize, modification date) and navigate between them. </description>
</item>
<item>
<title>Converting Mini File Host into FPS</title>
<link>http://www.advancescripts.com/detailed/13341.html</link>
<description>This script will convert all the file information, with an option to move the files into the new FPS (Free PHP Scripts) Free File Hosting script. </description>
</item>
<item>
<title>Creating a Multi-File Upload Script in PHP</title>
<link>http://www.advancescripts.com/detailed/13339.html</link>
<description>Frustrated with single-file upload scripts? Looking for an alternate route? Read as Jonathan shows us how easy it really is to setup a multi-file upload script using PHP. As a PHP programmer I had run into a problem where a client needed a form to upload more than one file at a time. So one night I sat down and spent an hour figuring out the best and easiest way to do this. In this tutorial, the for loop is going to be your best  

</description>
</item>
<item>
<title>Working with Directories</title>
<link>http://www.advancescripts.com/detailed/13135.html</link>
<description>As is necessary for any language, PHP has a complete set of directory support functions. PHP gives you a variety of functions to read and manipulate directories and directory entries. Like other file-related parts of PHP, the functions are similar to the C functions that accomplish the same tasks, with some simplifications. This tutorial describes how PHP handles directories. You will look at how to create, remove, and read them.  

</description>
</item>
<item>
<title>Secure File Upload with PHP</title>
<link>http://www.advancescripts.com/detailed/13130.html</link>
<description>PHP makes uploading files easy. You can upload any type of file to your Web server. In spite of security issues that should be addressed before enabling file uploads, the actual mechanisms to allow this are straight forward. In this tutorial we will consider how to upload files to some directory on your Web server. We will also discuss security issues concerned with the file uploading. </description>
</item>
<item>
<title>Creating files online in PHP</title>
<link>http://www.advancescripts.com/detailed/13066.html</link>
<description>In this tutorials, we start how to create files using PHP. Before starting test sample script, double check directory access permisisons for writing. First of all, if you're new to PHP but have a knowledge on other scripting languages like ASP, PHP is a comple language which has function to access file system. This means that PHP includes all libraries and functions to manage file system.</description>
</item>
<item>
<title>PHP AJAX example: asynchronous file upload</title>
<link>http://www.advancescripts.com/detailed/12956.html</link>
<description>Asynchronous file uploads is quote popular feature in modern AJAX web-applications. However standard AJAX classes (XmlHttpRequest) does not have capabilities to process or send files selected with &quot;file dialog&quot; (input type=&quot;file&quot;). This article contains example application (trivial file-sharing service, like rapidshare, megaupload or yousendit) which uses embedded frames (IFRAME) to upload file. While file is uploaded to hidden frame, user can still access web-page and fill &quot;file description&quot; field.</description>
</item>
<item>
<title>Open/Read/Create files with PHP</title>
<link>http://www.advancescripts.com/detailed/10215.html</link>
<description>Basic code to Open, Read and Create files. Includes code to work with compressed files. An example is included in the tutorial: how to record IP and referres to your site within a file.</description>
</item>
</channel>
</rss>
