Quote from
tilesoft on July 13, 2023, 4:08 am
Hello friends. I'm going crazy, please help me.
The employer asked me to create a csv file on the host based on the name entered by the user in the variables, in which the other information entered by the user in the variables is written.
The problem is not in entering the information in the csv file. Rather, the problem is in creating different files with different names based on the variable.
And another problem is that the file created on the host should not be downloaded. When I use VarToLocalFile to save the file on the host, the browser immediately places the file for download.
So I have to use neophpfilewrite and the file to be written must be created based on the user's name entered in the variable.
Thank you for helping me.
Hello friends. I'm going crazy, please help me.
The employer asked me to create a csv file on the host based on the name entered by the user in the variables, in which the other information entered by the user in the variables is written.
The problem is not in entering the information in the csv file. Rather, the problem is in creating different files with different names based on the variable.
And another problem is that the file created on the host should not be downloaded. When I use VarToLocalFile to save the file on the host, the browser immediately places the file for download.
So I have to use neophpfilewrite and the file to be written must be created based on the user's name entered in the variable.
Thank you for helping me.