<?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>PHPSuperBLOG &#187; File</title>
	<atom:link href="http://www.phpsuperblog.com/tag/file/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpsuperblog.com</link>
	<description>Learn PHP Together</description>
	<lastBuildDate>Fri, 30 Jul 2010 07:26:54 +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>Fedora 12 Setup and Configuration of Samba File Server</title>
		<link>http://www.phpsuperblog.com/fedora-12/fedora-12-setup-and-configuration-of-samba-file-server/</link>
		<comments>http://www.phpsuperblog.com/fedora-12/fedora-12-setup-and-configuration-of-samba-file-server/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 05:23:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Fedora 12]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[File]]></category>
		<category><![CDATA[File Sharing]]></category>
		<category><![CDATA[Samba]]></category>
		<category><![CDATA[Workgroup]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=366</guid>
		<description><![CDATA[Install Samba Open the &#8220;Terminal Windows&#8221; : Applications -&#62; System Tools -&#62; Terminal Login as root: su press &#8220;Enter&#8221; and input the password. Type in #yum install samba to install Samba. Configuration of Samba Click System -&#62; Administration -&#62; Samba to open the &#8220;Samba Server Configuration&#8221;: Click Preferences -&#62; Server Setting to open the &#8220;Server [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/fedora-12/fedora-12-setup-and-configuration-of-samba-file-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Read one line of text from a text file with PHP</title>
		<link>http://www.phpsuperblog.com/php/read-one-line-of-text-from-a-text-file-with-php/</link>
		<comments>http://www.phpsuperblog.com/php/read-one-line-of-text-from-a-text-file-with-php/#comments</comments>
		<pubDate>Thu, 22 May 2008 17:28:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Display]]></category>
		<category><![CDATA[File]]></category>
		<category><![CDATA[PHP Function]]></category>
		<category><![CDATA[Read]]></category>
		<category><![CDATA[Read-file]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=46</guid>
		<description><![CDATA[In some cases, rather than using the database to store data, you can also use a text file &#8220;.txt&#8221; to store a record. Maybe the record is a name, a number or a line of text stored in the text file. To read the line in the text file, I have create an example to [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/read-one-line-of-text-from-a-text-file-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Write text into a text file with PHP</title>
		<link>http://www.phpsuperblog.com/php/write-text-into-a-text-file-with-php/</link>
		<comments>http://www.phpsuperblog.com/php/write-text-into-a-text-file-with-php/#comments</comments>
		<pubDate>Fri, 23 May 2008 12:16:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[File]]></category>
		<category><![CDATA[PHP Function]]></category>
		<category><![CDATA[Write-file]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=47</guid>
		<description><![CDATA[Database is a place to store data for future use, however we could also store string in a text file for future use. The way to do this is very simple, all we have to do is to use the PHP function fwrite() to write the string into the text file. I have created an [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/write-text-into-a-text-file-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
