I hope this is a good place to Post this.
I am using GD:graph to make so nice pretty graphs to put on a little web page I am making, I am trying to make it somewhat dynamic, user chooses which graph they would like, Perl script called from which the graph is generated.
Problem:
all works out great until I try to Open the file where I will save the graph. I do the following.
open(IMG, ">../images/the_image.$format") or die "Can't write file: $!";
and here is the error I receive
Can't write file: Permission denied at /var/www/cgi-bin/getgraph.pl
I don't know if you guys could tell me how to fix this. I am sure its simple I am quite a noob, still in college