On Thu, 2003-03-06 at 12:25, Aruna wrote:
> I am developing a webinterface for updating few files installed on my LINUX machine, 
> for which  I have created a file user.html and this file calls a file named 
> "newuser.pl", which just takes the data of the user.html form and appends it in a 
> file in its directory name "user_test". The script written in newuser.pl is working 
> fine when i am manually executing it. But when the script is executed from the 
> webpage, it does everything correct except that it doesn't updates the file 
> "user_test". Can anybody suggest why is it happening?
Looks like a permissions issue.
See if the file you are writing to can be written to by the script.
Likely file should be writable by apache(or whatever you are running
your webserver with) user.
-Tarun

          ================================================
To unsubscribe, send email to [EMAIL PROTECTED] with unsubscribe in subject header. 
Check archives at http://www.mail-archive.com/ilugd%40wpaa.org

Reply via email to