PHP copy disabled, where to?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
modr8
Forum Newbie
Posts: 3
Joined: Wed Oct 22, 2003 1:11 pm

PHP copy disabled, where to?

Post by modr8 »

Hi all,

I need to make a directory and copy a file into it from another directory on my server.

the problem seems to be my host. they have refused to turn OFF safe_mode and even to turn ON safe_mode_gid, which seems intrinsic to creating directories and them accessing them in PHP

I have even tried the PHP ftp commands which have the same UID problems.

does anyone know a way around this, or can think of another way to do it, maybe a CGI script?

thanks for any help,
Bob
Post Reply