<?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: Verify Email Address in PHP</title>
	<atom:link href="http://www.victorchen.info/verify-email-address-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.victorchen.info/verify-email-address-in-php/</link>
	<description>An array of C#, PHP, and HTML programming articles, tutorials, and resources</description>
	<lastBuildDate>Thu, 11 Mar 2010 09:15:06 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: PHP Programmer</title>
		<link>http://www.victorchen.info/verify-email-address-in-php/comment-page-1/#comment-15908</link>
		<dc:creator>PHP Programmer</dc:creator>
		<pubDate>Thu, 01 Jan 2009 15:05:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.victorchen.info/?p=160#comment-15908</guid>
		<description>This was very helpful, thanks! Im going to go try it now &gt;.&lt;</description>
		<content:encoded><![CDATA[<p>This was very helpful, thanks! Im going to go try it now &gt;.&lt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor Chen</title>
		<link>http://www.victorchen.info/verify-email-address-in-php/comment-page-1/#comment-4772</link>
		<dc:creator>Victor Chen</dc:creator>
		<pubDate>Wed, 08 Oct 2008 21:38:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.victorchen.info/?p=160#comment-4772</guid>
		<description>Hey Bettina,

I&#039;m not certain what you mean by &quot;finished explanation&quot;, but the entire script should look something like:

$emailAddress = &quot;me@victorchen.info&quot;;
$isValid = $validator-&gt;check_email_address($emailAddress);

Where $isValid will return either true or false. Just replace my email address with the email address you want to verify. So:

if($isValid) {
   echo &quot;Is Valid Email&quot;;
} else {
   echo &quot;Is Invalid Email&quot;;
}</description>
		<content:encoded><![CDATA[<p>Hey Bettina,</p>
<p>I&#8217;m not certain what you mean by &#8220;finished explanation&#8221;, but the entire script should look something like:</p>
<p>$emailAddress = &#8220;me@victorchen.info&#8221;;<br />
$isValid = $validator->check_email_address($emailAddress);</p>
<p>Where $isValid will return either true or false. Just replace my email address with the email address you want to verify. So:</p>
<p>if($isValid) {<br />
   echo &#8220;Is Valid Email&#8221;;<br />
} else {<br />
   echo &#8220;Is Invalid Email&#8221;;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bettina</title>
		<link>http://www.victorchen.info/verify-email-address-in-php/comment-page-1/#comment-4771</link>
		<dc:creator>Bettina</dc:creator>
		<pubDate>Wed, 08 Oct 2008 20:13:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.victorchen.info/?p=160#comment-4771</guid>
		<description>Hi Victor,

First off, thanks for posting this.  I would never have gotten this far without it!

Could you show what the finished explanation looks like?  As a total newbie to PHP and Email validation I need all the help I can get!

Thanks,
Bettina</description>
		<content:encoded><![CDATA[<p>Hi Victor,</p>
<p>First off, thanks for posting this.  I would never have gotten this far without it!</p>
<p>Could you show what the finished explanation looks like?  As a total newbie to PHP and Email validation I need all the help I can get!</p>
<p>Thanks,<br />
Bettina</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHP Developer</title>
		<link>http://www.victorchen.info/verify-email-address-in-php/comment-page-1/#comment-4739</link>
		<dc:creator>PHP Developer</dc:creator>
		<pubDate>Sat, 27 Sep 2008 01:53:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.victorchen.info/?p=160#comment-4739</guid>
		<description>Yes email validation is a pain when you do not understand how to do so.  This should help lots of people.</description>
		<content:encoded><![CDATA[<p>Yes email validation is a pain when you do not understand how to do so.  This should help lots of people.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Child</title>
		<link>http://www.victorchen.info/verify-email-address-in-php/comment-page-1/#comment-4735</link>
		<dc:creator>Dave Child</dc:creator>
		<pubDate>Thu, 25 Sep 2008 09:21:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.victorchen.info/?p=160#comment-4735</guid>
		<description>Great guide, Victor. I&#039;m sure this will be very useful to anyone wanting to add email validation to their web application.</description>
		<content:encoded><![CDATA[<p>Great guide, Victor. I&#8217;m sure this will be very useful to anyone wanting to add email validation to their web application.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
