<?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>Developing PHP Applications &#187; upload limit</title>
	<atom:link href="http://www.zhannar.com/tag/upload-limit/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zhannar.com</link>
	<description>Zhannar Personal Blog</description>
	<lastBuildDate>Sat, 17 May 2008 04:20: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>Easier way to Maximize the Import Limit of your PhpMyAdmin</title>
		<link>http://www.zhannar.com/2008/05/17/easier-way-to-maximize-the-import-limit-of-your-phpmyadmin/</link>
		<comments>http://www.zhannar.com/2008/05/17/easier-way-to-maximize-the-import-limit-of-your-phpmyadmin/#comments</comments>
		<pubDate>Sat, 17 May 2008 04:18:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP-MySQL]]></category>
		<category><![CDATA[config.inc.php]]></category>
		<category><![CDATA[php.ini]]></category>
		<category><![CDATA[phpMyAdmin]]></category>
		<category><![CDATA[post_max_size]]></category>
		<category><![CDATA[upload limit]]></category>
		<category><![CDATA[upload_max_filesize]]></category>

		<guid isPermaLink="false">http://www.zhannar.com/2008/05/17/easier-way-to-maximize-the-import-limit-of-your-phpmyadmin/</guid>
		<description><![CDATA[Just simply add this code to the top of your config.inc.php file. &#60;? ini_set('memory_limit', '32M'); ini_set('upload_max_filesize', '20M'); ini_set('post_max_size', '20M'); ini_set('max_execution_time', '1800'); ini_set('max_input_time', '1800'); // &#8230; rest of the config.inc.php &#8230;// ?&#62; This is much more helpful if you don&#8217;t have access to &#8216;.htaccess&#8217; file]]></description>
			<content:encoded><![CDATA[<p>Just simply add this code to the top of your config.inc.php file.<br />
<code><br />
&lt;?<br />
ini_set('memory_limit', '32M');<br />
ini_set('upload_max_filesize', '20M');<br />
ini_set('post_max_size', '20M');<br />
ini_set('max_execution_time', '1800');<br />
ini_set('max_input_time', '1800');</code></p>
<p>// &#8230; rest of the config.inc.php &#8230;//</p>
<p>?&gt;</p>
<p>This is much more helpful if you don&#8217;t have access to &#8216;.htaccess&#8217; file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zhannar.com/2008/05/17/easier-way-to-maximize-the-import-limit-of-your-phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
