<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.3" -->
<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/"
	>

<channel>
	<title>PHP-Scripts Blog &#187; File system</title>
	<link>http://www.php-scripts.com</link>
	<description>Writing about PHP scripting since 12/99. Learn something new every day.</description>
	<pubDate>Thu, 09 Oct 2008 14:17:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>
	<language>en</language>
			<item>
		<title>How to change your PHP installation to accept larger than 2MB file transfers</title>
		<link>http://www.php-scripts.com/20061019/92/</link>
		<comments>http://www.php-scripts.com/20061019/92/#comments</comments>
		<pubDate>Thu, 19 Oct 2006 17:59:02 +0000</pubDate>
		<dc:creator>TDavid</dc:creator>
		
		<category><![CDATA[File system]]></category>

		<guid isPermaLink="false">http://www.php-scripts.com/20061019/92/</guid>
		<description><![CDATA[
You can check your file upload limit by checking phpinfo() and the variable: upload_max_filesize.. A tutorial via Radlinks walks through the other settings relevant to handling larger than 2MB (default) file size transfers using PHP.
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.php-scripts.com/images/2006/phpinfo-upload.jpg" alt="where in php.ini to find upload_max_filesize" border="0" /></p>
<p>You can check your file upload limit by checking phpinfo() and the variable: <b>upload_max_filesize.</b>. A tutorial <a href="http://www.radinks.com/upload/config.php" class="previewlink">via Radlinks</a> walks through the other settings relevant to handling larger than 2MB (default) file size transfers using PHP.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.php-scripts.com/20061019/92/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Search and research file extensions with FILExt</title>
		<link>http://www.php-scripts.com/20051019/47/</link>
		<comments>http://www.php-scripts.com/20051019/47/#comments</comments>
		<pubDate>Wed, 19 Oct 2005 14:51:52 +0000</pubDate>
		<dc:creator>TDavid</dc:creator>
		
		<category><![CDATA[File system]]></category>

		<category><![CDATA[Information]]></category>

		<guid isPermaLink="false">http://www.php-scripts.com/?p=47</guid>
		<description><![CDATA[We have a Sony VAIO laptop that came preinstalled with Callisto&#8217;s Photoparade Slideshow and all my PHP scripts that I downloaded tried to open in that program because it had the .php extension. I changed the association to open in notetab light. 
The time will come in your programming and computing travels that you come [...]]]></description>
			<content:encoded><![CDATA[<p>We have a Sony VAIO laptop that came preinstalled with Callisto&#8217;s Photoparade Slideshow and all my PHP scripts that I downloaded tried to open in that program because it had the .php extension. I changed the association to open in <a href="http://www.notetab.com/">notetab light</a>. </p>
<p>The time will come in your programming and computing travels that you come across extensions you aren&#8217;t familiar with and that&#8217;s where the <a href="http://www.filext.com">FILExt website</a> comes in handy. I want to type fileext but there is no extra &#8216;e&#8217; there. Check out the <a href="http://filext.com/detaillist.php?extdetail=php&#038;Search=Search">.php extension filext page</a> and you&#8217;ll see it&#8217;s shared by three other programs too like the Microsoft&#8217;s Picture It! Publishing Project File format.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.php-scripts.com/20051019/47/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

