<?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 on: PHP Tip: Handling Form Data</title>
	<atom:link href="http://www.iwilldomybest.com/2010/01/php-tip-handling-form-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iwilldomybest.com/2010/01/php-tip-handling-form-data/</link>
	<description>Ranging from PHP &#38; MySQL to Random Crap from the internet, I got it all here.</description>
	<lastBuildDate>Fri, 07 May 2010 20:35:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: dschreck</title>
		<link>http://www.iwilldomybest.com/2010/01/php-tip-handling-form-data/comment-page-1/#comment-57</link>
		<dc:creator>dschreck</dc:creator>
		<pubDate>Fri, 07 May 2010 20:35:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwilldomybest.com/?p=94#comment-57</guid>
		<description>Using a jQuery plugin to &#039;validate&#039; form data would mean that you are depending upon the client side to validate itself. Which is hardly secure at all. 

You should think of it this way:

Client side validation, like a jQuery plug in, is a nice to have
Server side validation, like with PHP, is a must have. 

If you just assume that everyone will be sending you valid data you are opening yourself up to possible cross site scripting and SQL injection attacks. 

-dschreck</description>
		<content:encoded><![CDATA[<p>Using a jQuery plugin to &#8216;validate&#8217; form data would mean that you are depending upon the client side to validate itself. Which is hardly secure at all. </p>
<p>You should think of it this way:</p>
<p>Client side validation, like a jQuery plug in, is a nice to have<br />
Server side validation, like with PHP, is a must have. </p>
<p>If you just assume that everyone will be sending you valid data you are opening yourself up to possible cross site scripting and SQL injection attacks. </p>
<p>-dschreck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kiran</title>
		<link>http://www.iwilldomybest.com/2010/01/php-tip-handling-form-data/comment-page-1/#comment-56</link>
		<dc:creator>Kiran</dc:creator>
		<pubDate>Fri, 30 Apr 2010 21:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwilldomybest.com/?p=94#comment-56</guid>
		<description>Y not use jquery plugins ?It makes life much easier!</description>
		<content:encoded><![CDATA[<p>Y not use jquery plugins ?It makes life much easier!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Peterson</title>
		<link>http://www.iwilldomybest.com/2010/01/php-tip-handling-form-data/comment-page-1/#comment-50</link>
		<dc:creator>Colin Peterson</dc:creator>
		<pubDate>Mon, 22 Feb 2010 19:10:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwilldomybest.com/?p=94#comment-50</guid>
		<description>Hey David,
I&#039;m looking for PHP Developers like yourself. It seems as though you might not be looking, but I would love any referral help you can give me. 

I&#039;m working with two social gaming companies, an ad network start-up and a stealth mode start-up that is Founded and funded by an BEA Founder. Please let me know when you are available to chat.

Thanks,
Colin Peterson - Sr. Recruiter
Venator Ventures
650-260-3030</description>
		<content:encoded><![CDATA[<p>Hey David,<br />
I&#8217;m looking for PHP Developers like yourself. It seems as though you might not be looking, but I would love any referral help you can give me. </p>
<p>I&#8217;m working with two social gaming companies, an ad network start-up and a stealth mode start-up that is Founded and funded by an BEA Founder. Please let me know when you are available to chat.</p>
<p>Thanks,<br />
Colin Peterson &#8211; Sr. Recruiter<br />
Venator Ventures<br />
650-260-3030</p>
]]></content:encoded>
	</item>
</channel>
</rss>
