<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Forcescript.com &#187; PHP File Handling</title>
	<atom:link href="http://forcescript.com/tag/php-file-handling/feed" rel="self" type="application/rss+xml" />
	<link>http://forcescript.com</link>
	<description>Learn script php for making website</description>
	<lastBuildDate>Mon, 26 Sep 2011 22:25:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>PHP File Handling</title>
		<link>http://forcescript.com/php-file-handling.html</link>
		<comments>http://forcescript.com/php-file-handling.html#comments</comments>
		<pubDate>Thu, 14 Aug 2008 23:27:00 +0000</pubDate>
		<dc:creator>forcescript</dc:creator>
				<category><![CDATA[learn script]]></category>
		<category><![CDATA[PHP File Handling]]></category>

		<guid isPermaLink="false">http://forcescript.com/?p=27</guid>
		<description><![CDATA[Opening a File The fopen() function is used to open files in PHP. The first parameter of this function contains the name of the file to be opened and the second parameter specifies in which mode the file should be opened: &#60;html&#62; &#60;body&#62; &#60;?php $file=fopen(&#8220;welcome.txt&#8221;,&#8221;r&#8221;); ?&#62; &#60;/body&#62; &#60;/html&#62; The file may be opened in one [...]]]></description>
		<wfw:commentRss>http://forcescript.com/php-file-handling.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

