<?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 PHP Tutorials Code Snippets and Php Tips</title>
	<atom:link href="http://readytousesolutions.com/phpblog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://readytousesolutions.com/phpblog</link>
	<description>PHP tutorials - Examples of the most useful scripts</description>
	<lastBuildDate>Sat, 13 Jun 2009 12:09:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on PHP Tutorial : Membership script &#8211; Users Registration by admin</title>
		<link>http://readytousesolutions.com/phpblog/php-tutorial-membership-script-users-registration/#comment-2416</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 13 Jun 2009 12:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.crivionweb.com/phpblog/?p=260#comment-2416</guid>
		<description>Firstly of all, 
Let me thank you for your time spent here and really analyzing my content. 
We&#039;re humans and we&#039;re making mistakes : I am writing on this blog in a hurry because I got customers so not time for tests but this really helps
Also, here you&#039;re learning basic php, not security techniques, if I will start and validate everything the newbie will run away from my blog in a NewYork Minute</description>
		<content:encoded><![CDATA[<p>Firstly of all,<br />
Let me thank you for your time spent here and really analyzing my content.<br />
We&#8217;re humans and we&#8217;re making mistakes : I am writing on this blog in a hurry because I got customers so not time for tests but this really helps<br />
Also, here you&#8217;re learning basic php, not security techniques, if I will start and validate everything the newbie will run away from my blog in a NewYork Minute</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Tutorial : If condition in the short way (shorthand if) by admin</title>
		<link>http://readytousesolutions.com/phpblog/php-tutorial-if-condition-in-the-short-way/#comment-2414</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 13 Jun 2009 12:07:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.crivionweb.com/phpblog/?p=225#comment-2414</guid>
		<description>hmm didn&#039;t know that name but I added that tag too, thanks for your time</description>
		<content:encoded><![CDATA[<p>hmm didn&#8217;t know that name but I added that tag too, thanks for your time</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Tutorial : Extract function by admin</title>
		<link>http://readytousesolutions.com/phpblog/php-tutorial-extract-function/#comment-2413</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 13 Jun 2009 12:06:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.crivionweb.com/phpblog/?p=211#comment-2413</guid>
		<description>me too here, just discovered it, isn&#039;t it a nice one?</description>
		<content:encoded><![CDATA[<p>me too here, just discovered it, isn&#8217;t it a nice one?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Tutorial : Extracting rows from mysql by admin</title>
		<link>http://readytousesolutions.com/phpblog/php-tutorial-extracting-rows-from-mysql/#comment-2412</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 13 Jun 2009 12:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.crivionweb.com/phpblog/?p=205#comment-2412</guid>
		<description>ok, appreciate your advice but honestly it&#039;s my blog and I make the rules here</description>
		<content:encoded><![CDATA[<p>ok, appreciate your advice but honestly it&#8217;s my blog and I make the rules here</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Tutorial : Building a MySQL query by admin</title>
		<link>http://readytousesolutions.com/phpblog/php-tutorial-building-a-mysql-query/#comment-2411</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 13 Jun 2009 12:05:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.crivionweb.com/phpblog/?p=201#comment-2411</guid>
		<description>using php exec plugin so that might be the reason</description>
		<content:encoded><![CDATA[<p>using php exec plugin so that might be the reason</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Tutorial : Building a MySQL query by bogdan</title>
		<link>http://readytousesolutions.com/phpblog/php-tutorial-building-a-mysql-query/#comment-2409</link>
		<dc:creator>bogdan</dc:creator>
		<pubDate>Sat, 13 Jun 2009 11:50:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.crivionweb.com/phpblog/?p=201#comment-2409</guid>
		<description>There&#039;s no script in this post, you might want to correct that...</description>
		<content:encoded><![CDATA[<p>There&#8217;s no script in this post, you might want to correct that&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Tutorial : Extracting rows from mysql by bogdan</title>
		<link>http://readytousesolutions.com/phpblog/php-tutorial-extracting-rows-from-mysql/#comment-2408</link>
		<dc:creator>bogdan</dc:creator>
		<pubDate>Sat, 13 Jun 2009 11:49:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.crivionweb.com/phpblog/?p=205#comment-2408</guid>
		<description>Would have been worth it to mention the other option: mysql_fetch_array. After all, everyone learns basic programming first and then the concept of OOP and how to work with it.</description>
		<content:encoded><![CDATA[<p>Would have been worth it to mention the other option: mysql_fetch_array. After all, everyone learns basic programming first and then the concept of OOP and how to work with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Tutorial : Extract function by bogdan</title>
		<link>http://readytousesolutions.com/phpblog/php-tutorial-extract-function/#comment-2407</link>
		<dc:creator>bogdan</dc:creator>
		<pubDate>Sat, 13 Jun 2009 11:46:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.crivionweb.com/phpblog/?p=211#comment-2407</guid>
		<description>I must admit I&#039;d not encountered this function before, didn&#039;t know it existed. Should prove useful, so thanks.</description>
		<content:encoded><![CDATA[<p>I must admit I&#8217;d not encountered this function before, didn&#8217;t know it existed. Should prove useful, so thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Tutorial : If condition in the short way (shorthand if) by bogdan</title>
		<link>http://readytousesolutions.com/phpblog/php-tutorial-if-condition-in-the-short-way/#comment-2406</link>
		<dc:creator>bogdan</dc:creator>
		<pubDate>Sat, 13 Jun 2009 11:44:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.crivionweb.com/phpblog/?p=225#comment-2406</guid>
		<description>Would have been more useful to refer to it in its more widely-known name: shorthand if. Bit better for some google visits I mean.</description>
		<content:encoded><![CDATA[<p>Would have been more useful to refer to it in its more widely-known name: shorthand if. Bit better for some google visits I mean.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Tutorial : Membership script &#8211; Users Registration by bogdan</title>
		<link>http://readytousesolutions.com/phpblog/php-tutorial-membership-script-users-registration/#comment-2405</link>
		<dc:creator>bogdan</dc:creator>
		<pubDate>Sat, 13 Jun 2009 11:42:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.crivionweb.com/phpblog/?p=260#comment-2405</guid>
		<description>A few mistakes in this script that I must point out.

First of all, you&#039;ve missed out the closing curly bracket in the first function.

Second of all, mysql will return an error when trying to insert the new row, because the script will be something like &quot;insert into values(&quot;. You declare the $tableUsers variable outside the function but don&#039;t declare it as a global variable inside the function, so it will not be recognised. 

Last, but very important (though it might not seem like it), you&#039;re storing the passwords in the database in clear text. A fundamental error which I highly discourage at every chance I have. It&#039;s one of the basic rules of website security. Encrypt the users&#039; passwords, at the very least with an md5 or sha1, if not using something more advanced.</description>
		<content:encoded><![CDATA[<p>A few mistakes in this script that I must point out.</p>
<p>First of all, you&#8217;ve missed out the closing curly bracket in the first function.</p>
<p>Second of all, mysql will return an error when trying to insert the new row, because the script will be something like &#8220;insert into values(&#8220;. You declare the $tableUsers variable outside the function but don&#8217;t declare it as a global variable inside the function, so it will not be recognised. </p>
<p>Last, but very important (though it might not seem like it), you&#8217;re storing the passwords in the database in clear text. A fundamental error which I highly discourage at every chance I have. It&#8217;s one of the basic rules of website security. Encrypt the users&#8217; passwords, at the very least with an md5 or sha1, if not using something more advanced.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.301 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-19 17:22:25 -->

