Hi, I have a problem with my code. When I fill the PHP form and submit on the page, I encounter with 2 problems;
1- It writes all 6 input coming from 6 textareas to next line in csv file as I want. But it writes all of them into the 1st cell of row I want it to write to 6 different cells of course.
2- After submitting the form, if you press backspace the form is opened again with the previous input in textareas, I want them to be empty. I'd appreciate if you help. Thanks.