in reply to File Writing & Deleting on Linux through Web-Interface

Well besides the points [id://grep] pointed out --

-derby

Replies are listed 'Best First'.
Re^2: File Writing & Deleting on Linux through Web-Interface
by ali.muzaffar (Initiate) on Dec 19, 2006 at 13:18 UTC
    I didnt include the HTML calling page as you could have just passed the appropriate params from the URL.

    Thanks everyone, I was concerned about the security aspect but the machine in question would only have access on the intranet. So I let it fly, If I write the text to a database and then use cron to call a perl script that runs, lets say once a day, to write the file, would that work?