<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1001145" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1001145</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/checking-empty-fields#comment-1004994</link>
    <description> &lt;p&gt;Thanx, that was quick...sure that was what I was looking for....forgot about that or thingy..hehe.&lt;/p&gt;
&lt;p&gt;VulKen&lt;/p&gt;
 </description>
     <pubDate>Sat, 10 Jun 2000 19:09:00 +0000</pubDate>
 <dc:creator>Ken Elliott</dc:creator>
 <guid isPermaLink="false">comment 1004994 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/checking-empty-fields#comment-1004993</link>
    <description> &lt;p&gt;I have asked the same question and have&lt;br /&gt;
detailed the answer that I received:&lt;/p&gt;
&lt;p&gt;The following code should check to make sure that all fields ($name, $email, $pass)       were submitted:&lt;/p&gt;
&lt;p&gt;code:&lt;/p&gt;
&lt;p&gt;if($name eq &quot;&quot; | | $email eq &quot;&quot; | | $pass eq &quot;&quot;) { #the | | means &#039;or&#039;&lt;br /&gt;
                        print &quot;not all required fields were filled in!&quot;;&lt;br /&gt;
                        exit; #this will stop the script from continuing and registration processes, ect&lt;br /&gt;
                        }&lt;br /&gt;
                        #put registration or whatever you want next here&lt;/p&gt;
&lt;p&gt;                   Hope that helped. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;                   Richard&lt;/p&gt;
&lt;p&gt;                   [added]&lt;br /&gt;
                   Note: in perl, there is not a space between the two piplines |, the UBB adds this so&lt;br /&gt;
                   that it does not interfere with normal script operations (I guess?)&lt;br /&gt;
                   [/added]&lt;/p&gt;
&lt;p&gt;                   ------------------&lt;br /&gt;
                   &lt;a href=&quot;mailto:richard@brevig.com&quot;&gt;richard@brevig.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 10 Jun 2000 19:07:00 +0000</pubDate>
 <dc:creator>myriad</dc:creator>
 <guid isPermaLink="false">comment 1004993 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
