Re: [PHP] Creating Files Windows vs Unix

2001-03-15 Thread Andrew V. Romero
I believe the school does run *nix servers. I tried changing the permissions for the directory so that everyone (and their brother) has read write and execute permission, but I still get all the errors. Is there any other ideas that I can try? Christian Reiniger wrote: > On Thursday 15 March 20

Re: [PHP] Creating Files Windows vs Unix

2001-03-15 Thread Christian Reiniger
On Thursday 15 March 2001 07:50, you wrote: > file. In qa.php3 I have the following line which seems to create a file > if it does not exist: > $answerFile = "$questionFileName-A.txt"; Then I go along and open this > later with $wa=fopen("$answerFile","a"); > In problem shooting I tried uploadin

Re: [PHP] Creating Files Windows vs Unix

2001-03-14 Thread David Robley
On Thu, 15 Mar 2001 17:41, Andrew V. Romero wrote: > I believe it is a *nix server. I haven't looked into directory > permissions before but that is an area I will definately look into. If > this was a problem with the directory permissions, would the problem > still disappear if a file with the

Re: [PHP] Creating Files Windows vs Unix

2001-03-14 Thread Andrew V. Romero
I believe it is a *nix server. I haven't looked into directory permissions before but that is an area I will definately look into. If this was a problem with the directory permissions, would the problem still disappear if a file with the correct name was already in the directory? -Thanks And

Re: [PHP] Creating Files Windows vs Unix

2001-03-14 Thread David Robley
On Thu, 15 Mar 2001 17:20, Andrew V. Romero wrote: > Today I was uploading my completed script to my school's server at > http://www.u.arizona.edu/~avr/school/questionanswer.phtml?questionFileN >ame=testQA and noticed when I fill in the form and hit submit, I get a > lot of errors such as unable t

[PHP] Creating Files Windows vs Unix

2001-03-14 Thread Andrew V. Romero
Today I was uploading my completed script to my school's server at http://www.u.arizona.edu/~avr/school/questionanswer.phtml?questionFileName=testQA and noticed when I fill in the form and hit submit, I get a lot of errors such as unable to access current working directory, unable to access my fil