<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1001100" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1001100</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/unable-write-files#comment-1004810</link>
    <description> &lt;p&gt;&quot;Everything seems to go well, but nothing is created. Am I using the right syntax?&quot;&lt;/p&gt;
&lt;p&gt;So your trying to create a file?&lt;/p&gt;
&lt;p&gt;try &lt;/p&gt;
&lt;p&gt;open(file,&quot;&amp;gt; file.txt&quot;);&lt;br /&gt;
print file &quot;lala\n&quot;;&lt;br /&gt;
close(file);&lt;/p&gt;
&lt;p&gt;If you want it to create the file then you need to chmod the directory 777, if you want the program to update the file you need to chmod the file its self 777.&lt;/p&gt;
 </description>
     <pubDate>Thu, 18 May 2000 20:42:00 +0000</pubDate>
 <dc:creator>Orpheus</dc:creator>
 <guid isPermaLink="false">comment 1004810 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/unable-write-files#comment-1004809</link>
    <description> &lt;p&gt;Is the file CHMOD correctly?  You will need to chmod it to  755 or 777, so that the script has access to write to a file.&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;a href=&quot;http://www.thehungersite.com&quot; class=&quot;bb-url&quot;&gt;click here to help save lives&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.wiredstart.com&quot; class=&quot;bb-url&quot;&gt;http://www.wiredstart.com&lt;/a&gt;  : The Technology Start Page&lt;/p&gt;
 </description>
     <pubDate>Thu, 18 May 2000 19:06:00 +0000</pubDate>
 <dc:creator>Rob Pengelly</dc:creator>
 <guid isPermaLink="false">comment 1004809 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/unable-write-files#comment-1004808</link>
    <description> &lt;p&gt;Errr, I copied your code anti and got a 500.&lt;/p&gt;
 </description>
     <pubDate>Thu, 18 May 2000 17:17:00 +0000</pubDate>
 <dc:creator>Vorm</dc:creator>
 <guid isPermaLink="false">comment 1004808 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/unable-write-files#comment-1004807</link>
    <description> &lt;p&gt;Always check if your open worked:&lt;br /&gt;
&lt;BLOCKQUOTE&gt;code:&lt;/blockquote&gt;&lt;/p&gt;
&lt;pre&gt;
open(LAL, &quot;&amp;gt;lalal.txt&quot;) &amp;#0124; &amp;#0124; die( &quot;$!&quot; );
print LAL &quot;$lalal\n&quot;;
close(LAL);
[/code] &lt;/pre&gt;</description>
     <pubDate>Thu, 18 May 2000 08:19:00 +0000</pubDate>
 <dc:creator>anti</dc:creator>
 <guid isPermaLink="false">comment 1004807 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
