Hello members,
I apologize because I am not an expert in PHP and this question may be very dumb.
What I need is saving a file (CSV is ok, XML also) from HTML form. The name of the file should be consisted of some of the textfield from the html form… the of course, the created file should get all the data from the form.
After this step, if an user wants to retrieve his/her information, there will be another page, with maybe 2 or 3 fields… them I will have to search from the strings that the user entered if there is that value in the filename on the filesystem. If so, then lets open the file loading the textfields into the html form and giving the user the oportunity to change whatever he/she wants.
It may sounds crazy, since I am asking for something that could be easily done with a mysql database, unfortunately I have no other choice.
Does anybody can help me with this? Just a quick example is ok.
Thank you very much.