hello.... i recently changed servers and noticed that with my previous host i didn't need to chmod any files(they were all in 644) and i could use fwrite() succesfully. however, with my new host all files are also in 644 but to use fwrite() i have to chmod the file to 777.... can anybody tell my why that is happening, and how can i make it so I don't have to chmod the files on my new server
PS: both servers use PHP4.3.11
PS: both servers use PHP4.3.11