<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1000747" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1000747</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/another-perlmysql-question#comment-1003237</link>
    <description> &lt;p&gt;Right now im in Hursley (near Southampton) In England.&lt;/p&gt;
&lt;p&gt;ciao&lt;br /&gt;
Anti&lt;br /&gt;
ps:&lt;br /&gt;
I don&#039;t know if that are 2000km, but it&#039;s close (far ??) enough.&lt;/p&gt;
 </description>
     <pubDate>Thu, 19 Aug 1999 02:06:00 +0000</pubDate>
 <dc:creator>anti</dc:creator>
 <guid isPermaLink="false">comment 1003237 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/another-perlmysql-question#comment-1003236</link>
    <description> &lt;p&gt;Where are you staying again Anti?&lt;br /&gt;
JP&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
The Webmaster Promotion and Resource Center.&lt;br /&gt;
&lt;strong&gt;Visit:&lt;/strong&gt; &lt;a href=&quot;http://www.what-next.com&quot; class=&quot;bb-url&quot;&gt;http://www.what-next.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 17 Aug 1999 19:45:00 +0000</pubDate>
 <dc:creator>JP Stones</dc:creator>
 <guid isPermaLink="false">comment 1003236 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/another-perlmysql-question#comment-1003235</link>
    <description> &lt;p&gt;Hi dass,&lt;/p&gt;
&lt;p&gt;sorry, I&#039;m under very heavy pressure right now.&lt;/p&gt;
&lt;p&gt;In the doc for mysql are some small perl samples.&lt;br /&gt;
They are almost perfect for you.&lt;/p&gt;
&lt;p&gt;The select in my first answer does exactly what you want.&lt;/p&gt;
&lt;p&gt;select member from members where member=&#039;$login&#039;;&lt;/p&gt;
&lt;p&gt;And just check how many results you get.&lt;/p&gt;
&lt;p&gt;btw:&lt;br /&gt;
your TABLE contains three columns. and your DATABASE contains that TABLE.&lt;/p&gt;
&lt;p&gt;I could write a small example, but my test-system is 2000km away and I have almost no time. maybe when I&#039;ll get back (10/99) ... sorry &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;ciao&lt;br /&gt;
Anti&lt;/p&gt;
 </description>
     <pubDate>Tue, 17 Aug 1999 04:02:00 +0000</pubDate>
 <dc:creator>anti</dc:creator>
 <guid isPermaLink="false">comment 1003235 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/another-perlmysql-question#comment-1003234</link>
    <description> &lt;p&gt;anti, was that description good enough, or do you needa little more ifno on what I&#039;m talking about to help me?&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
[Dass]&lt;br /&gt;
[Email:robp@netlimit.com]-[ICQ:16560402]-[Voice Mail:1-877-309-2286]&lt;/p&gt;
 </description>
     <pubDate>Sat, 07 Aug 1999 02:09:00 +0000</pubDate>
 <dc:creator>Dass</dc:creator>
 <guid isPermaLink="false">comment 1003234 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/another-perlmysql-question#comment-1003233</link>
    <description> &lt;p&gt;Note not taken personally anti &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;OK&lt;br /&gt;
The database contains 3 columns with the names &amp;quot;member&amp;quot;, &amp;quot;password&amp;quot; and &amp;quot;email&amp;quot;&lt;/p&gt;
&lt;p&gt;Now for creating new accounts, I will need to check the &amp;quot;member&amp;quot; column to see if the member name already exists. How do I specifically choose the &amp;quot;member&amp;quot; column to see if $login==$member.&lt;/p&gt;
&lt;p&gt;I have heard alot of bad things about dummies books, have you read sql for dummies? &lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
[Dass]&lt;br /&gt;
[Email:robp@netlimit.com]-[ICQ:16560402]&lt;/p&gt;
 </description>
     <pubDate>Thu, 29 Jul 1999 20:48:00 +0000</pubDate>
 <dc:creator>Dass</dc:creator>
 <guid isPermaLink="false">comment 1003233 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/another-perlmysql-question#comment-1003232</link>
    <description> &lt;p&gt;Hi Dass,&lt;/p&gt;
&lt;p&gt;could you please describe your DB-setup more exactly ?&lt;br /&gt;
You have a Database.&lt;br /&gt;
Your have a Members Table.&lt;br /&gt;
The Members Table contains to columns ?!&lt;br /&gt;
What are the names of those Columns ?&lt;/p&gt;
&lt;p&gt;Sql for Dummies costs 20 bucks at barnes&amp;amp;noble.&lt;br /&gt;
You pay more for your host each month.&lt;/p&gt;
&lt;p&gt;ciao&lt;br /&gt;
Anti&lt;br /&gt;
ps:&lt;br /&gt;
please don&#039;t take it personal, but you usually get much better answers if you are more specific about your questions and give more details.&lt;/p&gt;
 </description>
     <pubDate>Wed, 28 Jul 1999 20:55:00 +0000</pubDate>
 <dc:creator>anti</dc:creator>
 <guid isPermaLink="false">comment 1003232 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/another-perlmysql-question#comment-1003231</link>
    <description> &lt;p&gt;What I will want it to search the members column (2 columns in database) and check if $login is equal to any of them. &lt;/p&gt;
&lt;p&gt;For the book, would I buy a mysql specific book, or just sql? (these stupid computer books cost alot of money that I don&#039;t have err ;( )&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
[Dass]&lt;br /&gt;
[Email:robp@netlimit.com]-[ICQ:16560402]&lt;/p&gt;
 </description>
     <pubDate>Wed, 28 Jul 1999 01:01:00 +0000</pubDate>
 <dc:creator>Dass</dc:creator>
 <guid isPermaLink="false">comment 1003231 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/another-perlmysql-question#comment-1003230</link>
    <description> &lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;select login from users where login=&#039;dass&#039;;&lt;/p&gt;
&lt;p&gt;or what do you want ?&lt;br /&gt;
Grab &amp;quot;SQL for Dumies&amp;quot; or &amp;quot;SQL in 21 days&amp;quot; and your life will be much easier.&lt;/p&gt;
&lt;p&gt;ciao&lt;br /&gt;
Anti&lt;/p&gt;
 </description>
     <pubDate>Tue, 27 Jul 1999 21:18:00 +0000</pubDate>
 <dc:creator>anti</dc:creator>
 <guid isPermaLink="false">comment 1003230 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
