<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1001180" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1001180</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/readmodify-files-form#comment-1005139</link>
    <description> &lt;p&gt;thanks, i&#039;ll check it out right away&lt;/p&gt;
 </description>
     <pubDate>Tue, 27 Jun 2000 09:21:00 +0000</pubDate>
 <dc:creator>Dieter</dc:creator>
 <guid isPermaLink="false">comment 1005139 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/readmodify-files-form#comment-1005138</link>
    <description> &lt;p&gt;I have created similar scripts recently and the method that I use is to open the file that is to be edited into a textfield.&lt;/p&gt;
&lt;p&gt;print &quot;&amp;lt;form method=\&quot;POST\&quot; action=\&quot;cgi-bin/addpage.cgi\&quot;&amp;gt;&quot;;&lt;br /&gt;
print &quot;&amp;lt;textarea name=\&quot;page\&quot;&amp;gt;&quot;;&lt;br /&gt;
open (PAGE, &quot;&amp;lt; ../page.html&quot;);&lt;br /&gt;
@contents = &amp;lt;PAGE&amp;gt;;&lt;br /&gt;
close (PAGE);&lt;br /&gt;
  foreach $line(@contents) {&lt;br /&gt;
    print &quot;$line&quot;;&lt;br /&gt;
  }&lt;br /&gt;
print &quot;&amp;lt;/textarea&amp;gt;&quot;;&lt;br /&gt;
print &quot;&amp;lt;input type=\&quot;submit\&quot;&amp;gt;&quot;;&lt;/p&gt;
&lt;p&gt;This code will open the specified page into the forms textarea for editing. Then you have a form which I named &quot;addpage.cgi&quot; that will parse the form input and recreate the page overwriting the old contents.&lt;/p&gt;
&lt;p&gt;I don&#039;t know of a script in any of the resources that will do what you need. If I did I wouldn&#039;t have created my own  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;.&lt;/p&gt;
&lt;p&gt;Hope that helps some.&lt;br /&gt;
VulKen&lt;br /&gt;
&lt;strong&gt;Numero Uno&lt;/strong&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 27 Jun 2000 00:23:00 +0000</pubDate>
 <dc:creator>Ken Elliott</dc:creator>
 <guid isPermaLink="false">comment 1005138 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
