<?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>Tutorials, Scripts, Technology and Interview Tips &#187; scirpts</title>
	<atom:link href="http://mistonline.in/wp/tutorials/scirpts/feed/" rel="self" type="application/rss+xml" />
	<link>http://mistonline.in/wp</link>
	<description>The One Stop Reference For Web Developers</description>
	<lastBuildDate>Tue, 24 Jan 2012 13:59:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Appending string using php to a text file</title>
		<link>http://mistonline.in/wp/appending-string-using-php-to-a-text-file/</link>
		<comments>http://mistonline.in/wp/appending-string-using-php-to-a-text-file/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 17:53:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[scirpts]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/appending-string-using-php-to-a-text-file/</guid>
		<description><![CDATA[&#160; A very easy way to append string to a file using simple php script  &#60;?php $fn = &#8220;file.txt&#8221;; $file = fopen($fn, &#8220;a+&#8221;); $space.= &#8220;\n&#8221;; if($_POST['addition']) fwrite($file, $_POST['addition']); fwrite ($file, $space); fclose($file); ?&#62; &#60;form action=&#8221;&#60;?=$PHP_SELF?&#62;&#8221; method=&#8221;post&#8221;&#62; &#60;input type=&#8221;text&#8221; name=&#8221;addition&#8221;/&#62;&#60;br/&#62; &#60;input type=&#8221;submit&#8221;/&#62; &#60;/form&#62;  ]]></description>
		<wfw:commentRss>http://mistonline.in/wp/appending-string-using-php-to-a-text-file/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

