<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1000800" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1000800</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/getting-info-database-ive-tried-and-tried#comment-1003464</link>
    <description> &lt;p&gt;looks good i&#039;ll have to try.&lt;/p&gt;
&lt;p&gt;thanks a lot &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;----------&lt;br /&gt;
&lt;strong&gt;My Site Got Hacked, Check It Out!&lt;/strong&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.birminghamnet.com&quot; class=&quot;bb-url&quot;&gt;http://www.birminghamnet.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 16 Oct 1999 20:45:00 +0000</pubDate>
 <dc:creator>fairhousing</dc:creator>
 <guid isPermaLink="false">comment 1003464 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/getting-info-database-ive-tried-and-tried#comment-1003463</link>
    <description> &lt;p&gt;Ahh! Where&#039;d the smiley faces come from?? &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;br /&gt;
Let&#039;s try this again...&lt;/p&gt;
&lt;p&gt;#!/usr/bin/perl&lt;/p&gt;
&lt;p&gt;open (DB,&amp;quot;/path/to/the/database.whatever&amp;quot; ) ;&lt;br /&gt;
@database=&amp;lt;DB&amp;gt;;&lt;br /&gt;
close (DB);&lt;/p&gt;
&lt;p&gt;open (EMAILFILE,&amp;quot;&amp;gt;/path/to/the/email.file&amp;quot; ) ;&lt;br /&gt;
foreach $line (@database) {&lt;br /&gt;
($name,$email,$phone,$state,$city) = split(/\¦/,$line);&lt;br /&gt;
print EMAILFILE &amp;quot;$email\n&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
close (EMAILFILE);&lt;/p&gt;
 </description>
     <pubDate>Fri, 15 Oct 1999 22:09:00 +0000</pubDate>
 <dc:creator>Stefen Enns</dc:creator>
 <guid isPermaLink="false">comment 1003463 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/getting-info-database-ive-tried-and-tried#comment-1003462</link>
    <description> &lt;p&gt;This code should help you... I haven&#039;t tested it, but it should work &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;#!/usr/bin/perl&lt;/p&gt;
&lt;p&gt;open (DB,&amp;quot;/path/to/the/database.whatever&amp;quot;);&lt;br /&gt;
@database=&amp;lt;DB&amp;gt;;&lt;br /&gt;
close (DB);&lt;/p&gt;
&lt;p&gt;open (EMAILFILE,&amp;quot;&amp;gt;/path/to/the/email.file&amp;quot;);&lt;br /&gt;
foreach $line (@database) {&lt;br /&gt;
($name,$email,$phone,$state,$city) = split(/\&amp;brvbar;/,$line);&lt;br /&gt;
print EMAILFILE &amp;quot;$email\n&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
close (EMAILFILE);&lt;/p&gt;
 </description>
     <pubDate>Fri, 15 Oct 1999 22:07:00 +0000</pubDate>
 <dc:creator>Stefen Enns</dc:creator>
 <guid isPermaLink="false">comment 1003462 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
