I am trying to create a '.txt' or '.xls' file on a server. I can successfully upload files using ftp_put but I cannot create the file using fopen and fwrite on the server as it doesn't let me (SAFE_MODE permission denied error etc).
So basically the server won't allow me to create files while on it, but I need to create a .xls file from a users web form and then upload that file to the server.
Any ideas?
RESOLVED GUYS THANKS used the FTP program, CuteFTP to change mod, chmod 777.
Bhups