Re: [PHP] what does this mean?

2001-09-24 Thread recognize
As far as I know, you've defined $errorMsg previously as an variable, not as an array. If you'll not use anymore the previously defined $errorMsg just unset the variable using "unset($errorMsg)" before the attribution. I hope this solves your problem, it solved a lot of similar errors to me!

Re: [PHP] File permitions

2001-09-23 Thread recognize
Maybe I wasn't clear in my previous message: What I want to do is: when you fill the form, record it to a file without 666 permitions. I mean: I don't want to have the file "opened" to everybody. In Perl it was possible (because it uses directly "system" user, which is similar to "root"), I wa

[PHP] File permitions

2001-09-23 Thread recognize
I've a web-site developed in Perl and, now, I'm converting it to PHP. I've a private directory in my site where I store the counter data (number of visitors, since when, last date) and other information like name, e-mail address, etc. of people who fill a form into the site. In Perl those fil