PDA

View Full Version : Writing files to disk? (PHP)


solarnexus
06-14-2006, 12:11 PM
I have tried numerous times to write binary data as a file using PHP but cant get it to work. Is there a security policy preventing me from doing this, or is there a way to do this that I dont know?

thanks

areidmtm
06-15-2006, 08:11 AM
Lets see your code that you're are using. We can only make guesses if you can't see your code.

page1ink.
06-16-2006, 07:18 PM
shot in the dark, make sure your directory that you're trying to write to is CHMODded correctly.

solarnexus
06-20-2006, 01:38 PM
out of the blue, it started working.