<?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 for Tech.Bitez</title>
	<atom:link href="http://www.mwasif.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mwasif.com</link>
	<description>Bits and pieces of linux, mysql, apache, php</description>
	<lastBuildDate>Fri, 16 Jul 2010 19:43:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Download data as csv using PHP by Mwasif</title>
		<link>http://www.mwasif.com/2007/5/download-data-csv-using-php/comment-page-1/#comment-16096</link>
		<dc:creator>Mwasif</dc:creator>
		<pubDate>Fri, 16 Jul 2010 19:43:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.mwasif.com/2007/5/download-data-in-csv-format-using-php/#comment-16096</guid>
		<description>&lt;strong&gt;Mwasif...&lt;/strong&gt;

[...] all about mwasif [...]...</description>
		<content:encoded><![CDATA[<p><strong>Mwasif&#8230;</strong></p>
<p>[...] all about mwasif [...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Count number of words in a MySQL column by Imane</title>
		<link>http://www.mwasif.com/2008/12/count-number-of-words-in-a-mysql-column/comment-page-1/#comment-11509</link>
		<dc:creator>Imane</dc:creator>
		<pubDate>Fri, 22 Jan 2010 18:39:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.mwasif.com/2008/12/count-number-of-words-in-a-mysql-column/#comment-11509</guid>
		<description>GREAT tip, i am trying to use this select statement to show all the words and sort them by number of occurence (how many times that occur).  Any help on this would be GREATLY appreciated. 

Thanks again</description>
		<content:encoded><![CDATA[<p>GREAT tip, i am trying to use this select statement to show all the words and sort them by number of occurence (how many times that occur).  Any help on this would be GREATLY appreciated. </p>
<p>Thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Download data as csv using PHP by Mind</title>
		<link>http://www.mwasif.com/2007/5/download-data-csv-using-php/comment-page-1/#comment-11415</link>
		<dc:creator>Mind</dc:creator>
		<pubDate>Tue, 19 Jan 2010 09:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.mwasif.com/2007/5/download-data-in-csv-format-using-php/#comment-11415</guid>
		<description>I solved with this: hope will help some1.

mb_convert_encoding( $s, &#039;ISO-8859-1&#039;, &#039;UTF-8&#039;);</description>
		<content:encoded><![CDATA[<p>I solved with this: hope will help some1.</p>
<p>mb_convert_encoding( $s, &#8216;ISO-8859-1&#8242;, &#8216;UTF-8&#8242;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Count number of words in a MySQL column by Krisna</title>
		<link>http://www.mwasif.com/2008/12/count-number-of-words-in-a-mysql-column/comment-page-1/#comment-11186</link>
		<dc:creator>Krisna</dc:creator>
		<pubDate>Mon, 11 Jan 2010 13:09:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.mwasif.com/2008/12/count-number-of-words-in-a-mysql-column/#comment-11186</guid>
		<description>@cormac : did you mean counting a certain word each row? if that&#039;s your mean try to read &lt;a href=&quot;http://imkrisna.webatu.com/2010/01/mysql-counting-number-of-word-on-each-row/&quot; rel=&quot;nofollow&quot;&gt;this&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>@cormac : did you mean counting a certain word each row? if that&#8217;s your mean try to read <a href="http://imkrisna.webatu.com/2010/01/mysql-counting-number-of-word-on-each-row/" rel="nofollow">this</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Saving images in MySQL with PHP by Wasif</title>
		<link>http://www.mwasif.com/2007/4/save-image-in-mysql-with-php/comment-page-2/#comment-10869</link>
		<dc:creator>Wasif</dc:creator>
		<pubDate>Tue, 29 Dec 2009 01:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.mwasif.com/2007/4/save-image-in-mysql-with-php/#comment-10869</guid>
		<description>You need a single file like showimage.php and just need to pass the image id as I did in the example id=1
$query = &quot;SELECT image from images where id=1&quot;;</description>
		<content:encoded><![CDATA[<p>You need a single file like showimage.php and just need to pass the image id as I did in the example id=1<br />
$query = &#8220;SELECT image from images where id=1&#8243;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Saving images in MySQL with PHP by dark_byte</title>
		<link>http://www.mwasif.com/2007/4/save-image-in-mysql-with-php/comment-page-2/#comment-10840</link>
		<dc:creator>dark_byte</dc:creator>
		<pubDate>Sat, 26 Dec 2009 13:36:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.mwasif.com/2007/4/save-image-in-mysql-with-php/#comment-10840</guid>
		<description>Hi nice article but what if I want to take multiple images form the database and display them.
Will I have to build a script for each image; please I badly need help over this.</description>
		<content:encoded><![CDATA[<p>Hi nice article but what if I want to take multiple images form the database and display them.<br />
Will I have to build a script for each image; please I badly need help over this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Saving images in MySQL with PHP by 4ward.NRGie</title>
		<link>http://www.mwasif.com/2007/4/save-image-in-mysql-with-php/comment-page-2/#comment-10318</link>
		<dc:creator>4ward.NRGie</dc:creator>
		<pubDate>Wed, 11 Nov 2009 06:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.mwasif.com/2007/4/save-image-in-mysql-with-php/#comment-10318</guid>
		<description>Here is my showimage.php
[code]

[code]
But I can&#039;t olad it ti index.php</description>
		<content:encoded><![CDATA[<p>Here is my showimage.php<br />
[code]</p>
<p>[code]<br />
But I can't olad it ti index.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Download data as csv using PHP by Danish Zahur</title>
		<link>http://www.mwasif.com/2007/5/download-data-csv-using-php/comment-page-1/#comment-9917</link>
		<dc:creator>Danish Zahur</dc:creator>
		<pubDate>Wed, 07 Oct 2009 13:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.mwasif.com/2007/5/download-data-in-csv-format-using-php/#comment-9917</guid>
		<description>If your contents are in UTF-8 format, then no need to convert encoding. Just start your file/output stream with UTF-8 BOM after headers.
     echo pack(&quot;CCC&quot;,0xef,0xbb,0xbf);

And header should contain encoding UTF-8     
     header( &quot;Content-type: application/vnd.ms-excel; charset=UTF-8&quot; );

It will work like charm because Excel will recognize file charset with BOM bytes.</description>
		<content:encoded><![CDATA[<p>If your contents are in UTF-8 format, then no need to convert encoding. Just start your file/output stream with UTF-8 BOM after headers.<br />
     echo pack(&#8220;CCC&#8221;,0xef,0xbb,0xbf);</p>
<p>And header should contain encoding UTF-8<br />
     header( &#8220;Content-type: application/vnd.ms-excel; charset=UTF-8&#8243; );</p>
<p>It will work like charm because Excel will recognize file charset with BOM bytes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Count number of words in a MySQL column by cormac</title>
		<link>http://www.mwasif.com/2008/12/count-number-of-words-in-a-mysql-column/comment-page-1/#comment-8553</link>
		<dc:creator>cormac</dc:creator>
		<pubDate>Thu, 20 Aug 2009 20:53:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.mwasif.com/2008/12/count-number-of-words-in-a-mysql-column/#comment-8553</guid>
		<description>Has anyony managed an SQL query that will county the freuquency of words in column of a table?</description>
		<content:encoded><![CDATA[<p>Has anyony managed an SQL query that will county the freuquency of words in column of a table?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Saving images in MySQL with PHP by roni08</title>
		<link>http://www.mwasif.com/2007/4/save-image-in-mysql-with-php/comment-page-2/#comment-7895</link>
		<dc:creator>roni08</dc:creator>
		<pubDate>Thu, 30 Jul 2009 05:23:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.mwasif.com/2007/4/save-image-in-mysql-with-php/#comment-7895</guid>
		<description>can anyone could help me with the fix image size, to display not necessarily damaging the resolution of the image?. it&#039;s all about the code above. pls. help me. thanks.</description>
		<content:encoded><![CDATA[<p>can anyone could help me with the fix image size, to display not necessarily damaging the resolution of the image?. it&#8217;s all about the code above. pls. help me. thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
