<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1000822" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1000822</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/adding-more-fields-database-painlessly-posted-fairhousing#comment-1003533</link>
    <description> &lt;p&gt;thanks, i&#039;ll test it out.&lt;/p&gt;
&lt;p&gt;thanks again &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>Wed, 10 Nov 1999 19:17:00 +0000</pubDate>
 <dc:creator>fairhousing</dc:creator>
 <guid isPermaLink="false">comment 1003533 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/adding-more-fields-database-painlessly-posted-fairhousing#comment-1003532</link>
    <description> &lt;p&gt;You want to add more fields to every entry? Code:&lt;/p&gt;
&lt;p&gt;# The number of fields you wanna add&lt;br /&gt;
$fields = 5;&lt;br /&gt;
# The filename of the database&lt;br /&gt;
$file = &amp;quot;database.txt&amp;quot;;&lt;br /&gt;
# ----------------------------------&lt;/p&gt;
&lt;p&gt;open (F, $file);&lt;br /&gt;
@db = &amp;lt;F&amp;gt;;&lt;br /&gt;
close F;&lt;/p&gt;
&lt;p&gt;open (F, &amp;quot;&amp;gt;$file&amp;quot;);&lt;br /&gt;
for (@db) {&lt;br /&gt;
$line = $_;&lt;br /&gt;
$line =~ s/\n//g;&lt;br /&gt;
for (0..$fields) { $line .= &amp;quot;¦0&amp;quot;; }&lt;br /&gt;
print F &amp;quot;$line\n&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
close F;&lt;/p&gt;
&lt;p&gt;print &amp;quot;Content-type: text/html\n\n&amp;quot;;&lt;br /&gt;
print &amp;quot;$fields fields were added to each entry in the database&amp;quot;;&lt;/p&gt;
&lt;p&gt;As always, haven&#039;t tested it, but it should work fine.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;
Federico Carnales&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
&lt;strong&gt;Reviews of the best resources for webmasters in your e-mail every week!&lt;/strong&gt;&lt;br /&gt;
Subscribe for &lt;strong&gt;[red]FREE[/red]&lt;/strong&gt; by going to &lt;strong&gt;&lt;a href=&quot;http://www.web-reviews.com/&quot; class=&quot;bb-url&quot;&gt;http://www.web-reviews.com/&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 10 Nov 1999 04:55:00 +0000</pubDate>
 <dc:creator>Federico Carnales</dc:creator>
 <guid isPermaLink="false">comment 1003532 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
