Convert HTML form data to CSV
Posted: Tue Oct 25, 2005 5:51 am
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
I am using text inputs and selection boxes for data. I know how to get the values from each one in php using $_REQUEST[''] - it is how I would save all this info into a CSV file that I am having difficulty getting my head around. It is simple enough to put it in an email and email it, but I would need to be able to put the info into a csv file.Jenk wrote:This should probably be in the code section, but anyway..
What is the format and layout of the HTML form?