----- Original Message -----
From: "Wade Smart"
I tried moving all the files and the script into the same folder and I
still have the same problem.
Wade
------------------------------
Hello Wade,
You didn't answer my previous questions, they must not
seem important to you.
File permission's is an issue that stumps a lot of scripts, even
professionally made scripts when they are shifted from server to server.
There are 3 mainstreem operating systems and these three have two different
types of file system. On top of that there are two mainstream http servers
and php can exist on these two server types in two completely different
forms. In one of these forms there are further variations on how files are
handled. And on top of that again is php config and htacess and httpconfig
directives.
It is all too much to explain in one email.
I suggest you sort out the permission problem first but I doubt it is the
issue. It is just that it easier to sort out.
Change the permission's of the script and files and ALSO the directories
they are in to 777 and test it. Don't leave them as 777 for any longer than
necessary.
If it then works you have a permission's problem and you need to answer some
questions before we can help you.
If it still doesn't work then post the full script rather than having to
answer an ongoing series of questions.
Thanks, Rob.