<?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 mbe - web developers</title>
	<atom:link href="http://mbe.ro/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://mbe.ro</link>
	<description>&#34;mbe - web developers&#34; is an amazing team of web developers based in Bucharest, Romania. We develop simple and complex websites emphasizing on user experience and quality.</description>
	<lastBuildDate>Fri, 10 Feb 2012 05:36:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Fast and easy PHP MySQL Class by codingquery</title>
		<link>http://mbe.ro/2009/08/30/fast-and-easy-php-mysql-class/comment-page-1/#comment-6293</link>
		<dc:creator>codingquery</dc:creator>
		<pubDate>Fri, 10 Feb 2012 05:36:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.mbe.ro/?p=114#comment-6293</guid>
		<description>this is a really a nice posing. i have my own blog and i really appreciate this as because i have used this classes and it really works a lot. It will increase the security and productivity as well.
i have a very simple class tutorial on the same topic. if you found this class quite turf to understand you can give a loot to my tutorial.
http://www.codingquery.com/php-mysql-connection-class-source-code</description>
		<content:encoded><![CDATA[<p>this is a really a nice posing. i have my own blog and i really appreciate this as because i have used this classes and it really works a lot. It will increase the security and productivity as well. </p>
<p>i have a very simple class tutorial on the same topic. if you found this class quite turf to understand you can give a loot to my tutorial.</p>
<p><a href="http://www.codingquery.com/php-mysql-connection-class-source-code" rel="nofollow">http://www.codingquery.com/php-mysql-connection-class-source-code</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fast and easy PHP MySQL Class by A to Z of the world</title>
		<link>http://mbe.ro/2009/08/30/fast-and-easy-php-mysql-class/comment-page-1/#comment-6200</link>
		<dc:creator>A to Z of the world</dc:creator>
		<pubDate>Tue, 07 Feb 2012 09:49:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.mbe.ro/?p=114#comment-6200</guid>
		<description>Cool.  Would sure come back to give more suggestions once I start using it.</description>
		<content:encoded><![CDATA[<p>Cool.  Would sure come back to give more suggestions once I start using it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fast and easy PHP MySQL Class by John</title>
		<link>http://mbe.ro/2009/08/30/fast-and-easy-php-mysql-class/comment-page-1/#comment-3362</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 22 Nov 2011 13:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.mbe.ro/?p=114#comment-3362</guid>
		<description>Really nice one I&#039;ll post some functions for anyone who wants to extend this class :
/**
	  *
	  * This function returns the field names of a table
	  *
	  *
	  * @param string $result the mysql resource pointer to a query
	  * @return returns a 2D array with the field names
	  */
    public function get_fields($result)
    {
        $row = $this-&gt;fetchAssoc($result);
        if($row==TRUE)
            return array_keys($row);
        else
            return false;
    }
	/**
	  * prevent sql injections
 	  *
	  */
    public function prevent_injection($value) {
        // Stripslashes
        if (get_magic_quotes_gpc()) {
            $value = stripslashes($value);
        }
        // Quote if not a number or a numeric string
        if (!is_numeric($value)) {
            $value = mysql_real_escape_string($value);
        }
        return $value;
    }</description>
		<content:encoded><![CDATA[<p>Really nice one I&#8217;ll post some functions for anyone who wants to extend this class :</p>
<p>/**<br />
	  *<br />
	  * This function returns the field names of a table<br />
	  *<br />
	  *<br />
	  * @param string $result the mysql resource pointer to a query<br />
	  * @return returns a 2D array with the field names<br />
	  */<br />
    public function get_fields($result)<br />
    {<br />
        $row = $this-&gt;fetchAssoc($result);</p>
<p>        if($row==TRUE)<br />
            return array_keys($row);<br />
        else<br />
            return false;<br />
    }<br />
	/**<br />
	  * prevent sql injections<br />
 	  *<br />
	  */<br />
    public function prevent_injection($value) {<br />
        // Stripslashes<br />
        if (get_magic_quotes_gpc()) {<br />
            $value = stripslashes($value);<br />
        }<br />
        // Quote if not a number or a numeric string<br />
        if (!is_numeric($value)) {<br />
            $value = mysql_real_escape_string($value);<br />
        }<br />
        return $value;<br />
    }</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP HTML to Array &#8211; working one by Diego</title>
		<link>http://mbe.ro/2009/06/21/php-html-to-array-working-one/comment-page-1/#comment-3165</link>
		<dc:creator>Diego</dc:creator>
		<pubDate>Wed, 16 Nov 2011 01:44:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.mbe.ro/?p=79#comment-3165</guid>
		<description>Muito bem feito tudo...</description>
		<content:encoded><![CDATA[<p>Muito bem feito tudo&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using WordPress As A CMS &#8211; Creating Tables by Dripable</title>
		<link>http://mbe.ro/2011/10/11/using-wordpress-as-a-cms-creating-tables/comment-page-1/#comment-3087</link>
		<dc:creator>Dripable</dc:creator>
		<pubDate>Thu, 10 Nov 2011 22:55:04 +0000</pubDate>
		<guid isPermaLink="false">http://mbe.ro/?p=563#comment-3087</guid>
		<description>Extremely well executed piece of writing...</description>
		<content:encoded><![CDATA[<p>Extremely well executed piece of writing&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Customize HTML select boxes by Efecto Atractivo en Listas Desplegables de Formularios HTML</title>
		<link>http://mbe.ro/2010/02/23/customize-html-select-boxes/comment-page-1/#comment-3006</link>
		<dc:creator>Efecto Atractivo en Listas Desplegables de Formularios HTML</dc:creator>
		<pubDate>Tue, 01 Nov 2011 06:01:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.mbe.ro/?p=138#comment-3006</guid>
		<description>[...] efecto atractivo es muy simple gracias a un script Jquery gratuito desarrollado por la gente de mbe Web Developers. Y tranquilo, no es necesario saber de Jquery :-), sólo se [...]</description>
		<content:encoded><![CDATA[<p>[...] efecto atractivo es muy simple gracias a un script Jquery gratuito desarrollado por la gente de mbe Web Developers. Y tranquilo, no es necesario saber de Jquery <img src='http://mbe.ro/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> , sólo se [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How Having A Web Page Can Can Help Your Business by Stacy Keller</title>
		<link>http://mbe.ro/2011/09/12/how-having-a-web-page-can-can-help-your-business/comment-page-1/#comment-2997</link>
		<dc:creator>Stacy Keller</dc:creator>
		<pubDate>Sun, 30 Oct 2011 16:33:15 +0000</pubDate>
		<guid isPermaLink="false">http://mbe.ro/?p=466#comment-2997</guid>
		<description>I think  this  site has  some  rattling  great  info  for everyone : D.</description>
		<content:encoded><![CDATA[<p>I think  this  site has  some  rattling  great  info  for everyone : D.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How Having A Web Page Can Can Help Your Business by Travel News Weekly</title>
		<link>http://mbe.ro/2011/09/12/how-having-a-web-page-can-can-help-your-business/comment-page-1/#comment-2984</link>
		<dc:creator>Travel News Weekly</dc:creator>
		<pubDate>Fri, 28 Oct 2011 22:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://mbe.ro/?p=466#comment-2984</guid>
		<description>Merely  a smiling  visitant here to share the love (:, btw great  design .</description>
		<content:encoded><![CDATA[<p>Merely  a smiling  visitant here to share the love (:, btw great  design .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Some HTML Tags That Look Totally Different In HTML5 by E-bike</title>
		<link>http://mbe.ro/2011/09/19/some-html-tags-that-look-totally-different-in-html5/comment-page-1/#comment-2976</link>
		<dc:creator>E-bike</dc:creator>
		<pubDate>Thu, 27 Oct 2011 21:48:53 +0000</pubDate>
		<guid isPermaLink="false">http://mbe.ro/?p=528#comment-2976</guid>
		<description>But wanna  admit that this is  very helpful , Thanks for taking your time to write this.</description>
		<content:encoded><![CDATA[<p>But wanna  admit that this is  very helpful , Thanks for taking your time to write this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP HTML to Array &#8211; working one by Shazzad</title>
		<link>http://mbe.ro/2009/06/21/php-html-to-array-working-one/comment-page-1/#comment-2928</link>
		<dc:creator>Shazzad</dc:creator>
		<pubDate>Fri, 21 Oct 2011 10:20:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.mbe.ro/?p=79#comment-2928</guid>
		<description>Great Script. But some lacking.</description>
		<content:encoded><![CDATA[<p>Great Script. But some lacking.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

