$csvfilename = "myfile.csv";
I get errors in my script saying Failed to write to .csv file, which is on the server! Should I also be configuring something in my.csv file in order to collect the data from the input fields?
This is for a php mailform.
Why not post the code for people to see and consider your problem with regards to it?
robroy wrote:$csvfilename = "myfile.csv"; I get errors in my script saying Failed to write to .csv file, which is on the server! Should I also be configuring something in my.csv file in order to collect the data from the input fields? This is for a php mailform.
I needed to change the CHMOD to 777 :quiet:
That wasn't too, bad. 🙂