in reply to Re: File Writing & Deleting on Linux through Web-Interface
in thread File Writing & Deleting on Linux through Web-Interface
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?