Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. josephman1988

    Changing content via a restricted page

    /home/ is a directory i created to allow a intro page to be added. therefore, news.txt would be in the home directory, that would be editable, correct?
  2. josephman1988

    Changing content via a restricted page

    I changed: open (INSERT,">/home/news.txt"); to open (INSERT,">news.txt"); This allows the data to be written to news.txt, but i just get a misconfiguration error, aswell as a 404 error for /home/home.cgi which only occurs after this change. ?
  3. josephman1988

    Changing content via a restricted page

    After checking the news.txt file, there seems to be nothing there. Could this be because im writing (>) and not appending(>>)?
  4. josephman1988

    Changing content via a restricted page

    Basically, I have an index page.index.cgi, using home.tmpl It has a section, conveniantly titled: news. Now, i have another page, /admin/news.cgi, this has a form in which is supposed to change the news once entered. Now the scripts: ---------- home.tmpl (THE 'DYNAMIC CHANGE'): ----------...

Part and Inventory Search

Back
Top