<?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 File Upload and Download Script</title>
	<atom:link href="http://www.satya-weblog.com/2007/05/php-file-upload-and-download-script.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.satya-weblog.com/2007/05/php-file-upload-and-download-script.html</link>
	<description>a web development blog</description>
	<lastBuildDate>Sat, 31 Jul 2010 17:21:21 +0530</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kamran Saadatjoo</title>
		<link>http://www.satya-weblog.com/2007/05/php-file-upload-and-download-script.html/comment-page-1#comment-507</link>
		<dc:creator>Kamran Saadatjoo</dc:creator>
		<pubDate>Wed, 21 Oct 2009 12:47:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.satyakaran.com/2007/05/php-file-upload-and-download-script.html#comment-507</guid>
		<description>Is there a way to capture the return value from readfile (in the first download script) to be sure that a file was indeed downloaded? The PHP reference manuals say that readfile returns the number of bytes read, but I don&#039;t know how to access this return value and test it.  I appreciate your help.</description>
		<content:encoded><![CDATA[<p>Is there a way to capture the return value from readfile (in the first download script) to be sure that a file was indeed downloaded? The PHP reference manuals say that readfile returns the number of bytes read, but I don&#8217;t know how to access this return value and test it.  I appreciate your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Scripting &#187; Design Dynamically Generated Data for Excel Sheet</title>
		<link>http://www.satya-weblog.com/2007/05/php-file-upload-and-download-script.html/comment-page-1#comment-234</link>
		<dc:creator>Web Scripting &#187; Design Dynamically Generated Data for Excel Sheet</dc:creator>
		<pubDate>Sat, 26 Sep 2009 09:58:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.satyakaran.com/2007/05/php-file-upload-and-download-script.html#comment-234</guid>
		<description>[...] Generate excel data and prompt for download Save Your Web Page&#8217;s Visual Space   Share and [...]</description>
		<content:encoded><![CDATA[<p>[...] Generate excel data and prompt for download Save Your Web Page&#8217;s Visual Space   Share and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satya Prakash Karan</title>
		<link>http://www.satya-weblog.com/2007/05/php-file-upload-and-download-script.html/comment-page-1#comment-144</link>
		<dc:creator>Satya Prakash Karan</dc:creator>
		<pubDate>Mon, 22 Sep 2008 13:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.satyakaran.com/2007/05/php-file-upload-and-download-script.html#comment-144</guid>
		<description>difficult to tell  anything!&lt;br/&gt;Like you was passing to query.php you can pass to download.php also. I cannot guess where are you doing mistake. It is sure that you are not doing error in excel haader etc. because you are doing error at foreach. &lt;br/&gt;Do one thing remove your header you may have put for excel and check the output, if it is correct in html format the same data can go for excel file if you put your header back. &lt;br/&gt;All Smiles!</description>
		<content:encoded><![CDATA[<p>difficult to tell  anything!<br />Like you was passing to query.php you can pass to download.php also. I cannot guess where are you doing mistake. It is sure that you are not doing error in excel haader etc. because you are doing error at foreach. <br />Do one thing remove your header you may have put for excel and check the output, if it is correct in html format the same data can go for excel file if you put your header back. <br />All Smiles!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jayashree</title>
		<link>http://www.satya-weblog.com/2007/05/php-file-upload-and-download-script.html/comment-page-1#comment-143</link>
		<dc:creator>Jayashree</dc:creator>
		<pubDate>Mon, 22 Sep 2008 12:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.satyakaran.com/2007/05/php-file-upload-and-download-script.html#comment-143</guid>
		<description>I have a problem with the script for download of excel file.Initially I have a page query.html which has a form with action for another script called query.php.Here the user selects one value field from mysql database and one or multiple values from another field.These pass to query.php by post method.On submission the query.php produces a tabular output.Now I want the link to enable the download of the same output as an excel file thru the script downxls.php.However it shows error in the foreach loop.I am confused how to pass the same variables again to the scipt downxls.php as were passed to query.php.</description>
		<content:encoded><![CDATA[<p>I have a problem with the script for download of excel file.Initially I have a page query.html which has a form with action for another script called query.php.Here the user selects one value field from mysql database and one or multiple values from another field.These pass to query.php by post method.On submission the query.php produces a tabular output.Now I want the link to enable the download of the same output as an excel file thru the script downxls.php.However it shows error in the foreach loop.I am confused how to pass the same variables again to the scipt downxls.php as were passed to query.php.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
