<?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 www.MastiCafe.In</title>
	<atom:link href="http://www.masticafe.in/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.masticafe.in</link>
	<description>Latest Pakistani &#38; Hindi Songs, Make Money Online, Blogging, Wordpress Tips &#38; Tricks</description>
	<lastBuildDate>Fri, 12 Mar 2010 23:50:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on SEO Triple Play; Ranking, Branding and Profit by Hamza SMaRtGUy</title>
		<link>http://www.masticafe.in/seo-triple-play-ranking-branding-and-profit.html#comment-12082</link>
		<dc:creator>Hamza SMaRtGUy</dc:creator>
		<pubDate>Fri, 12 Mar 2010 23:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.masticafe.in/seo-triple-play-ranking-branding-and-profit.html#comment-12082</guid>
		<description>thanks for sharing Coupon</description>
		<content:encoded><![CDATA[<p>thanks for sharing Coupon</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on If Any any body want a google adsense ? by Hamza SMaRtGUy</title>
		<link>http://www.masticafe.in/if-any-any-body-want-a-google-adsense.html#comment-12081</link>
		<dc:creator>Hamza SMaRtGUy</dc:creator>
		<pubDate>Fri, 12 Mar 2010 23:50:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.masticafe.in/if-any-any-body-want-a-google-adsense.html#comment-12081</guid>
		<description>thnks 4 offering buddy.. but interested</description>
		<content:encoded><![CDATA[<p>thnks 4 offering buddy.. but interested</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on php code, retrieving database information. How to organise it? by George Garchagudashvili</title>
		<link>http://www.masticafe.in/php-code-retrieving-database-information-how-to-organise-it.html#comment-12071</link>
		<dc:creator>George Garchagudashvili</dc:creator>
		<pubDate>Fri, 12 Mar 2010 17:53:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.masticafe.in/php-code-retrieving-database-information-how-to-organise-it.html#comment-12071</guid>
		<description>OK first you have to count number of rows in your database,
for example we have persons in database and we want to display persons only with the name &#039;George&#039;,
first query you should do is 
SELECT count(personId) FROM persons WHERE firstName=&#039;George&#039;;
i.e we got result: 27.
on evry page you want to display 8 result so
$page = abs($_GET[&#039;pageid&#039;])*8;
// you should do more operations for var $page to make it perfect if you have any question about it just tell...
next :
$query = &quot;SELECT firstName FROM persons WHERE firstName=&#039;George&#039; LIMIT $page,8&quot;;
$mysql = mysql_query($query);
and you have to save this 8 result in an array
while($data=mysql_fetch_array($mysql))
{
$names[] = $data[&#039;firstName&#039;];
}

and finally on the top of page display 4 result
for($i=0;$i&lt;4;$i++)
{
echo $names[$i];
}

at the bottom

for($i=4;$i&lt;8;$i++)
{
echo $names[$i];
}

hope this helped</description>
		<content:encoded><![CDATA[<p>OK first you have to count number of rows in your database,<br />
for example we have persons in database and we want to display persons only with the name &#8216;George&#8217;,<br />
first query you should do is<br />
SELECT count(personId) FROM persons WHERE firstName=&#8217;George&#8217;;<br />
i.e we got result: 27.<br />
on evry page you want to display 8 result so<br />
$page = abs($_GET['pageid'])*8;<br />
// you should do more operations for var $page to make it perfect if you have any question about it just tell&#8230;<br />
next :<br />
$query = &#8220;SELECT firstName FROM persons WHERE firstName=&#8217;George&#8217; LIMIT $page,8&#8243;;<br />
$mysql = mysql_query($query);<br />
and you have to save this 8 result in an array<br />
while($data=mysql_fetch_array($mysql))<br />
{<br />
$names[] = $data['firstName'];<br />
}</p>
<p>and finally on the top of page display 4 result<br />
for($i=0;$i&lt;4;$i++)<br />
{<br />
echo $names[$i];<br />
}</p>
<p>at the bottom</p>
<p>for($i=4;$i&lt;8;$i++)<br />
{<br />
echo $names[$i];<br />
}</p>
<p>hope this helped</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on php code, retrieving database information. How to organise it? by Brad</title>
		<link>http://www.masticafe.in/php-code-retrieving-database-information-how-to-organise-it.html#comment-12070</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Fri, 12 Mar 2010 17:02:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.masticafe.in/php-code-retrieving-database-information-how-to-organise-it.html#comment-12070</guid>
		<description>here you go

http://www.php-mysql-tutorial.com/wikis/php-tutorial/paging-using-php.aspx</description>
		<content:encoded><![CDATA[<p>here you go</p>
<p><a href="http://www.php-mysql-tutorial.com/wikis/php-tutorial/paging-using-php.aspx" rel="nofollow">http://www.php-mysql-tutorial.com/wikis/php-tutorial/paging-using-php.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SEO Triple Play; Ranking, Branding and Profit by Software Submit.NET</title>
		<link>http://www.masticafe.in/seo-triple-play-ranking-branding-and-profit.html#comment-12068</link>
		<dc:creator>Software Submit.NET</dc:creator>
		<pubDate>Fri, 12 Mar 2010 08:45:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.masticafe.in/seo-triple-play-ranking-branding-and-profit.html#comment-12068</guid>
		<description>It is great to hear, that we were able to help.
We would be happy to help all other readers, and as an additional incentive to try our services out, we offer a special time limited promotion. 

Just enter the coupon code SEOTRIPLE-0310 when checking out to receive a 20% unconditional discount. This offer ends on April, 30th.

We wish you all the best in you SEO efforts!</description>
		<content:encoded><![CDATA[<p>It is great to hear, that we were able to help.<br />
We would be happy to help all other readers, and as an additional incentive to try our services out, we offer a special time limited promotion. </p>
<p>Just enter the coupon code SEOTRIPLE-0310 when checking out to receive a 20% unconditional discount. This offer ends on April, 30th.</p>
<p>We wish you all the best in you SEO efforts!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on If Any any body want a google adsense ? by Srinivasan</title>
		<link>http://www.masticafe.in/if-any-any-body-want-a-google-adsense.html#comment-12065</link>
		<dc:creator>Srinivasan</dc:creator>
		<pubDate>Fri, 12 Mar 2010 02:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.masticafe.in/if-any-any-body-want-a-google-adsense.html#comment-12065</guid>
		<description>Anyone want New Adsense Account Just contact me, I can create acount for you within 1 day, through Blogger. Cost of creating Account is 11$. 

Contact me @ premakumar7777@gmail.com

Mob No - 09042496964</description>
		<content:encoded><![CDATA[<p>Anyone want New Adsense Account Just contact me, I can create acount for you within 1 day, through Blogger. Cost of creating Account is 11$. </p>
<p>Contact me @ <a href="mailto:premakumar7777@gmail.com">premakumar7777@gmail.com</a></p>
<p>Mob No &#8211; 09042496964</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google adwords the best? or is there a simple better technique?:? by Manveer</title>
		<link>http://www.masticafe.in/google-adwords-the-best-or-is-there-a-simple-better-technique.html#comment-12061</link>
		<dc:creator>Manveer</dc:creator>
		<pubDate>Thu, 11 Mar 2010 18:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.masticafe.in/google-adwords-the-best-or-is-there-a-simple-better-technique.html#comment-12061</guid>
		<description>I havn&#039;t tested it yet :)</description>
		<content:encoded><![CDATA[<p>I havn&#8217;t tested it yet <img src='http://www.masticafe.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Raamish The Band &#8211; Mera Pyar by Mehar Zahid</title>
		<link>http://www.masticafe.in/raamish-the-band-mera-pyar.html#comment-12060</link>
		<dc:creator>Mehar Zahid</dc:creator>
		<pubDate>Thu, 11 Mar 2010 17:58:50 +0000</pubDate>
		<guid isPermaLink="false">http://masticafe.in/?p=1879#comment-12060</guid>
		<description>There Is Hell difference between copying and being inspired ...
very Catchy tune and Different type ..
love the song..</description>
		<content:encoded><![CDATA[<p>There Is Hell difference between copying and being inspired &#8230;<br />
very Catchy tune and Different type ..<br />
love the song..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Development India by PHP Development India &#124; www.MastiCafe.In &#187; KHMER855.COM</title>
		<link>http://www.masticafe.in/php-development-india.html#comment-12057</link>
		<dc:creator>PHP Development India &#124; www.MastiCafe.In &#187; KHMER855.COM</dc:creator>
		<pubDate>Thu, 11 Mar 2010 12:21:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.masticafe.in/php-development-india.html#comment-12057</guid>
		<description>[...] See more here: PHP Development India &#124; www.MastiCafe.In [...]</description>
		<content:encoded><![CDATA[<p>[...] See more here: PHP Development India | <a href="http://www.MastiCafe.In" rel="nofollow">http://www.MastiCafe.In</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Website: can you come up for a name for my Web site.? by Latest Hosting Site Auctions &#124; World online hosting review</title>
		<link>http://www.masticafe.in/website-can-you-come-up-for-a-name-for-my-web-site.html#comment-12055</link>
		<dc:creator>Latest Hosting Site Auctions &#124; World online hosting review</dc:creator>
		<pubDate>Thu, 11 Mar 2010 00:50:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.masticafe.in/website-can-you-come-up-for-a-name-for-my-web-site.html#comment-12055</guid>
		<description>[...] Website: can you come up for a name for my Web site.? &#124; www &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Website: can you come up for a name for my Web site.? | www &#8230; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
