<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: php upload script</title>
	<atom:link href="http://blog.cmstutorials.org/posts/tutorials/php-upload-script/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.cmstutorials.org/tutorials/php-upload-script</link>
	<description>Free tutorials and resources</description>
	<lastBuildDate>Sun, 29 Jan 2012 06:30:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: krike</title>
		<link>http://blog.cmstutorials.org/tutorials/php-upload-script/comment-page-1#comment-588</link>
		<dc:creator>krike</dc:creator>
		<pubDate>Sun, 29 Aug 2010 16:01:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cmstutorials.org/?p=314#comment-588</guid>
		<description>@adrian - thank you, don&#039;t forget to tweet it :)</description>
		<content:encoded><![CDATA[<p>@adrian &#8211; thank you, don&#8217;t forget to tweet it <img src='http://blog.cmstutorials.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian</title>
		<link>http://blog.cmstutorials.org/tutorials/php-upload-script/comment-page-1#comment-587</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Sun, 29 Aug 2010 13:31:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cmstutorials.org/?p=314#comment-587</guid>
		<description>Very clearly explained, easy for non-programmers also.</description>
		<content:encoded><![CDATA[<p>Very clearly explained, easy for non-programmers also.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rob</title>
		<link>http://blog.cmstutorials.org/tutorials/php-upload-script/comment-page-1#comment-456</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Fri, 18 Dec 2009 20:03:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cmstutorials.org/?p=314#comment-456</guid>
		<description>thanks for the post :)</description>
		<content:encoded><![CDATA[<p>thanks for the post <img src='http://blog.cmstutorials.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Create a php upload script with basic security &#124; Beyond Venture Design</title>
		<link>http://blog.cmstutorials.org/tutorials/php-upload-script/comment-page-1#comment-289</link>
		<dc:creator>Create a php upload script with basic security &#124; Beyond Venture Design</dc:creator>
		<pubDate>Fri, 25 Sep 2009 10:02:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cmstutorials.org/?p=314#comment-289</guid>
		<description>[...] The first step is offcourse create an upload form, copy/paste the code below into a php file. Name it upload.php also create a directory images and chmod it to 0777   view source [...]</description>
		<content:encoded><![CDATA[<p>[...] The first step is offcourse create an upload form, copy/paste the code below into a php file. Name it upload.php also create a directory images and chmod it to 0777   view source [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#124; Beyond Venture Design</title>
		<link>http://blog.cmstutorials.org/tutorials/php-upload-script/comment-page-1#comment-158</link>
		<dc:creator>&#124; Beyond Venture Design</dc:creator>
		<pubDate>Tue, 08 Sep 2009 23:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cmstutorials.org/?p=314#comment-158</guid>
		<description>[...] print?   1.&lt;form id=&quot;upload&quot; action=&quot;&lt;?php echo $_SERVER[&#039;PHP_SELF&#039;]; ?&gt;&quot; name=&quot;upload&quot; enctype=&quot;multipart/form-data&quot; action=&quot;&quot; method=&quot;post&quot;&gt; 2.&lt;label for=&quot;file&quot;&gt;Upload image: &lt;/label&gt;&lt;input id=&quot;file&quot; type=&quot;file&quot; name=&quot;file&quot; /&gt;&lt;br /&gt; 3.&lt;input type=&quot;submit&quot; name=&quot;submit&quot; value=&quot;upload&quot; /&gt; 4.&lt;/form&gt; [...]</description>
		<content:encoded><![CDATA[<p>[...] print?   1.&lt;form id=&quot;upload&quot; action=&quot;&lt;?php echo $_SERVER[&#39;PHP_SELF&#39;]; ?&gt;&quot; name=&quot;upload&quot; enctype=&quot;multipart/form-data&quot; action=&quot;&quot; method=&quot;post&quot;&gt; 2.&lt;label for=&quot;file&quot;&gt;Upload image: &lt;/label&gt;&lt;input id=&quot;file&quot; type=&quot;file&quot; name=&quot;file&quot; /&gt;&lt;br /&gt; 3.&lt;input type=&quot;submit&quot; name=&quot;submit&quot; value=&quot;upload&quot; /&gt; 4.&lt;/form&gt; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krike</title>
		<link>http://blog.cmstutorials.org/tutorials/php-upload-script/comment-page-1#comment-141</link>
		<dc:creator>krike</dc:creator>
		<pubDate>Thu, 03 Sep 2009 17:03:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cmstutorials.org/?p=314#comment-141</guid>
		<description>@jana: thanks :)</description>
		<content:encoded><![CDATA[<p>@jana: thanks <img src='http://blog.cmstutorials.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jana</title>
		<link>http://blog.cmstutorials.org/tutorials/php-upload-script/comment-page-1#comment-140</link>
		<dc:creator>jana</dc:creator>
		<pubDate>Thu, 03 Sep 2009 16:50:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cmstutorials.org/?p=314#comment-140</guid>
		<description>nice explanation..its very helpful</description>
		<content:encoded><![CDATA[<p>nice explanation..its very helpful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Twitted by programmateur</title>
		<link>http://blog.cmstutorials.org/tutorials/php-upload-script/comment-page-1#comment-129</link>
		<dc:creator>Twitted by programmateur</dc:creator>
		<pubDate>Mon, 31 Aug 2009 14:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cmstutorials.org/?p=314#comment-129</guid>
		<description>[...] This post was Twitted by programmateur [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was Twitted by programmateur [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nike</title>
		<link>http://blog.cmstutorials.org/tutorials/php-upload-script/comment-page-1#comment-108</link>
		<dc:creator>nike</dc:creator>
		<pubDate>Tue, 25 Aug 2009 12:39:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cmstutorials.org/?p=314#comment-108</guid>
		<description>Generally I do not post on blogs, but I would like to say that this post really forced me to do so! I found your blog on google and read a few of your other posts. I just added you to my Google News Reader. Keep up the good work. Look forward to reading more from you in the future.</description>
		<content:encoded><![CDATA[<p>Generally I do not post on blogs, but I would like to say that this post really forced me to do so! I found your blog on google and read a few of your other posts. I just added you to my Google News Reader. Keep up the good work. Look forward to reading more from you in the future.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: blog.cmstutorials.org @ 2012-02-12 01:48:15 -->
