<?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 Toddism.com, LLC</title>
	<atom:link href="http://toddism.com/home/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://toddism.com/home</link>
	<description>Custom Business Applications</description>
	<lastBuildDate>Fri, 04 May 2012 10:08:04 +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 MySQL and PHP Tutorial by admin</title>
		<link>http://toddism.com/home/mysql-and-php-tutorial/#comment-22</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 04 May 2012 10:08:04 +0000</pubDate>
		<guid isPermaLink="false">http://toddism.com/home/?p=115#comment-22</guid>
		<description>6.99 on the kindle store.</description>
		<content:encoded><![CDATA[<p>6.99 on the kindle store.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL and PHP Tutorial by PHP training Institute in pune</title>
		<link>http://toddism.com/home/mysql-and-php-tutorial/#comment-21</link>
		<dc:creator>PHP training Institute in pune</dc:creator>
		<pubDate>Fri, 04 May 2012 07:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://toddism.com/home/?p=115#comment-21</guid>
		<description>price of this book??</description>
		<content:encoded><![CDATA[<p>price of this book??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Book &#8211; MySQL and PHP &#8211; an introduction &#8211; Now with Real World Examples! by admin</title>
		<link>http://toddism.com/home/new-book-mysql-and-php-an-introduction/#comment-20</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 22 Mar 2012 19:11:55 +0000</pubDate>
		<guid isPermaLink="false">http://toddism.com/home/?p=101#comment-20</guid>
		<description>The easy way is by using md5().  It creates a one way &quot;hash&quot; of the text.

$username=$_POST[&quot;username&quot;];
$password=$_POST[&quot;password&quot;];

$sql=&quot;insert into account( username, password ) select &#039;$username&#039;,md5(&#039;$password&#039;)&quot;;

then to validate it use

$username=$_POST[&quot;username&quot;];
$password=$_POST[&quot;password&quot;];

$sql=&quot;select username from account where username=&#039;$username&#039; and password=md5(&#039;$password&#039;)&quot;;

that way you never store the password.  Make sense?  

p.s. - sorry for any typos but you should get the idea.</description>
		<content:encoded><![CDATA[<p>The easy way is by using md5().  It creates a one way &#8220;hash&#8221; of the text.</p>
<p>$username=$_POST["username"];<br />
$password=$_POST["password"];</p>
<p>$sql=&#8221;insert into account( username, password ) select &#8216;$username&#8217;,md5(&#8216;$password&#8217;)&#8221;;</p>
<p>then to validate it use</p>
<p>$username=$_POST["username"];<br />
$password=$_POST["password"];</p>
<p>$sql=&#8221;select username from account where username=&#8217;$username&#8217; and password=md5(&#8216;$password&#8217;)&#8221;;</p>
<p>that way you never store the password.  Make sense?  </p>
<p>p.s. &#8211; sorry for any typos but you should get the idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Book &#8211; MySQL and PHP &#8211; an introduction &#8211; Now with Real World Examples! by Monty Love</title>
		<link>http://toddism.com/home/new-book-mysql-and-php-an-introduction/#comment-19</link>
		<dc:creator>Monty Love</dc:creator>
		<pubDate>Thu, 22 Mar 2012 18:56:04 +0000</pubDate>
		<guid isPermaLink="false">http://toddism.com/home/?p=101#comment-19</guid>
		<description>Do you have any example of how to protect passwords when you are creating and validating users logins?  I would love to see your example of that.

Thanks

Monty</description>
		<content:encoded><![CDATA[<p>Do you have any example of how to protect passwords when you are creating and validating users logins?  I would love to see your example of that.</p>
<p>Thanks</p>
<p>Monty</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Book &#8211; MySQL and PHP &#8211; an introduction &#8211; Now with Real World Examples! by Monty Love</title>
		<link>http://toddism.com/home/new-book-mysql-and-php-an-introduction/#comment-18</link>
		<dc:creator>Monty Love</dc:creator>
		<pubDate>Thu, 22 Mar 2012 18:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://toddism.com/home/?p=101#comment-18</guid>
		<description>Todd;

I am having a really hard time trying to type in the example web application.  It&#039;s hard to follow the formatting in the book.  Sorry, I love the book, but the formatting of the code leaves something to be desired. 

Could you please send me a zipped copy of the example web application files.  

Thanks for what you are doing.

Monty</description>
		<content:encoded><![CDATA[<p>Todd;</p>
<p>I am having a really hard time trying to type in the example web application.  It&#8217;s hard to follow the formatting in the book.  Sorry, I love the book, but the formatting of the code leaves something to be desired. </p>
<p>Could you please send me a zipped copy of the example web application files.  </p>
<p>Thanks for what you are doing.</p>
<p>Monty</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Book &#8211; MySQL and PHP &#8211; an introduction &#8211; Now with Real World Examples! by admin</title>
		<link>http://toddism.com/home/new-book-mysql-and-php-an-introduction/#comment-17</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 22 Mar 2012 15:56:56 +0000</pubDate>
		<guid isPermaLink="false">http://toddism.com/home/?p=101#comment-17</guid>
		<description>Thank you very much.</description>
		<content:encoded><![CDATA[<p>Thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Book &#8211; MySQL and PHP &#8211; an introduction &#8211; Now with Real World Examples! by Monty Love</title>
		<link>http://toddism.com/home/new-book-mysql-and-php-an-introduction/#comment-16</link>
		<dc:creator>Monty Love</dc:creator>
		<pubDate>Thu, 22 Mar 2012 14:47:31 +0000</pubDate>
		<guid isPermaLink="false">http://toddism.com/home/?p=101#comment-16</guid>
		<description>Hey Todd;

Got your book.  The code is working perfectly.  I have several years of experience programming html, css, javascript, etc using Coldfusion as the middleware and wanted to get a quick handle of PHP.  Thanks for your book.  It&#039;s great.

Monty</description>
		<content:encoded><![CDATA[<p>Hey Todd;</p>
<p>Got your book.  The code is working perfectly.  I have several years of experience programming html, css, javascript, etc using Coldfusion as the middleware and wanted to get a quick handle of PHP.  Thanks for your book.  It&#8217;s great.</p>
<p>Monty</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Book &#8211; MySQL and PHP &#8211; an introduction &#8211; Now with Real World Examples! by admin</title>
		<link>http://toddism.com/home/new-book-mysql-and-php-an-introduction/#comment-15</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 23 Jan 2012 16:45:16 +0000</pubDate>
		<guid isPermaLink="false">http://toddism.com/home/?p=101#comment-15</guid>
		<description>Sure.  I will try to get it to get it to you later today.  I will send it to the email address on this message</description>
		<content:encoded><![CDATA[<p>Sure.  I will try to get it to get it to you later today.  I will send it to the email address on this message</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Book &#8211; MySQL and PHP &#8211; an introduction &#8211; Now with Real World Examples! by Anton Du Plessis</title>
		<link>http://toddism.com/home/new-book-mysql-and-php-an-introduction/#comment-14</link>
		<dc:creator>Anton Du Plessis</dc:creator>
		<pubDate>Mon, 23 Jan 2012 16:04:58 +0000</pubDate>
		<guid isPermaLink="false">http://toddism.com/home/?p=101#comment-14</guid>
		<description>Hi Todd I got your PHP/SQL intro book. Can&#039;t seem to get mine to work properly. I can see your sample working. Would it be possible to sent me a zipped version of the code so I can try and see where I went wrong? Anton</description>
		<content:encoded><![CDATA[<p>Hi Todd I got your PHP/SQL intro book. Can&#8217;t seem to get mine to work properly. I can see your sample working. Would it be possible to sent me a zipped version of the code so I can try and see where I went wrong? Anton</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL and Today by Patricia</title>
		<link>http://toddism.com/home/sql-and-today/#comment-9</link>
		<dc:creator>Patricia</dc:creator>
		<pubDate>Wed, 21 Sep 2011 09:06:13 +0000</pubDate>
		<guid isPermaLink="false">http://toddism.com/home/?p=14#comment-9</guid>
		<description>Much appreciated for the information and share!</description>
		<content:encoded><![CDATA[<p>Much appreciated for the information and share!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

