<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1023869" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1023869</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/email-check#comment-1146428</link>
    <description> &lt;p&gt;Off Topic: I loved their (yaromat&#039;s) Mac OS 8 emulator off of their home page, I once went to each computer in a lab and browsed each one to it. Should have seen the looks on student&#039;s faces when they came in. LOL&lt;/p&gt;
&lt;p&gt;(note if you try it, I think full screen effect works only in IE on windows, if I remember right, netscape didn&#039;t fully fill the screen)&lt;/p&gt;
 </description>
     <pubDate>Wed, 25 Feb 2004 22:23:32 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1146428 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/email-check#comment-1146413</link>
    <description> &lt;p&gt;I use a cracking extension for DW MX that not just checks bad email very well but does a whole bunch of other stuffe.&lt;/p&gt;
&lt;p&gt;BTW, it&#039;s free!&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.yaromat.com/dw/?ex=Check%20Form%20MX&quot; class=&quot;bb-url&quot;&gt;http://www.yaromat.com/dw/?ex=Check%20Form%20MX&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 25 Feb 2004 19:21:28 +0000</pubDate>
 <dc:creator>openmind</dc:creator>
 <guid isPermaLink="false">comment 1146413 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/email-check#comment-1146368</link>
    <description> &lt;p&gt;In my search for expressions, I came across this site with many expressions:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://regexlib.com/DisplayPatterns.aspx&quot; class=&quot;bb-url&quot;&gt;http://regexlib.com/DisplayPatterns.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I have bookmarked it for use in future and thought you and others here might like it.&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Wed, 25 Feb 2004 10:17:18 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1146368 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/email-check#comment-1146360</link>
    <description> &lt;p&gt;what I use is &lt;/p&gt;
&lt;p&gt;function check_mail($given_email) {&lt;br /&gt;
   $given_email = trim($given_email);&lt;br /&gt;
   if (!eregi(&quot;^[_\.0-9a-z-]+@([0-9a-z][0-9a-z-]+\.)+[a-z]{2,3}$&quot;, $given_email)) {&lt;br /&gt;
      $messed_up .= &quot;email &quot;;&lt;br /&gt;
   }&lt;br /&gt;
  return $messed_up;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;the messed_up result is just part of the whole form validation&lt;/p&gt;
 </description>
     <pubDate>Wed, 25 Feb 2004 04:31:35 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1146360 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
