<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1049151" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1049151</link>
    <description></description>
    <language>en</language>
          <item>
    <title>The best way to do this is to</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/confirmation-code-registration-form#comment-1266025</link>
    <description> &lt;p&gt;The best way to do this is to use java script for this or else if you just want to avoid bots to register automatically try CAPTCHA- any image validation scripts. This is the easiest way to do this.&lt;/p&gt;
 </description>
     <pubDate>Thu, 16 Jun 2011 06:13:34 +0000</pubDate>
 <dc:creator>belljames92</dc:creator>
 <guid isPermaLink="false">comment 1266025 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>&lt;?PHP
require_once(&quot;./include</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/confirmation-code-registration-form#comment-1264625</link>
    <description> &lt;p&gt;&amp;lt;?PHP&lt;/p&gt;
&lt;p&gt;require_once(&quot;./include/membersite_config.php&quot;);&lt;/p&gt;
&lt;p&gt;if(isset($_GET[&#039;code&#039;]))&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;   if($fgmembersite-&amp;gt;ConfirmUser())&lt;/p&gt;
&lt;p&gt;   {&lt;/p&gt;
&lt;p&gt;        $fgmembersite-&amp;gt;RedirectToURL(&quot;thank-you-regd.html&quot;);&lt;/p&gt;
&lt;p&gt;   }&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;?&amp;gt;&lt;/p&gt;
&lt;p&gt;      Confirm registration&lt;/p&gt;
&lt;p&gt;Confirm registration&lt;/p&gt;
&lt;p&gt;Please enter the confirmation code in the box below&lt;/p&gt;
&lt;p&gt;* required fields&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt; &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;echo &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$fgmembersite&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;GetErrorMessage&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(); &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;    Confirmation Code:* &lt;/p&gt;
&lt;p&gt;//&lt;/p&gt;
 </description>
     <pubDate>Thu, 05 May 2011 01:38:15 +0000</pubDate>
 <dc:creator>jhnbrwn</dc:creator>
 <guid isPermaLink="false">comment 1264625 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Here is the complete Code for</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/confirmation-code-registration-form#comment-1264624</link>
    <description> &lt;p&gt;Here is the complete Code for a registration form code check it.&lt;br /&gt;
&amp;lt;?PHP&lt;/p&gt;
&lt;p&gt;require_once(&quot;./include/membersite_config.php&quot;);&lt;/p&gt;
&lt;p&gt;if(isset($_GET[&#039;code&#039;]))&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;   if($fgmembersite-&amp;gt;ConfirmUser())&lt;/p&gt;
&lt;p&gt;   {&lt;/p&gt;
&lt;p&gt;        $fgmembersite-&amp;gt;RedirectToURL(&quot;thank-you-regd.html&quot;);&lt;/p&gt;
&lt;p&gt;   }&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;?&amp;gt;&lt;/p&gt;
&lt;p&gt;      Confirm registration&lt;/p&gt;
&lt;p&gt;Confirm registration&lt;/p&gt;
&lt;p&gt;Please enter the confirmation code in the box below&lt;/p&gt;
&lt;p&gt;* required fields&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt; &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;echo &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$fgmembersite&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;GetErrorMessage&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(); &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;    Confirmation Code:* &lt;/p&gt;
&lt;p&gt;//&lt;/p&gt;
 </description>
     <pubDate>Thu, 05 May 2011 01:37:50 +0000</pubDate>
 <dc:creator>jhnbrwn</dc:creator>
 <guid isPermaLink="false">comment 1264624 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Ok i found a work around for</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/confirmation-code-registration-form#comment-1262100</link>
    <description> &lt;p&gt;Ok i found a work around for what i wanted kinda, but im not sure if its the best way to do it or not. i made a separate login page for it with 1 field that checks against my table in my  mysql database, instead of adding the field to the registration form its self.&lt;/p&gt;
 </description>
     <pubDate>Wed, 23 Feb 2011 09:17:20 +0000</pubDate>
 <dc:creator>blistering</dc:creator>
 <guid isPermaLink="false">comment 1262100 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
