Search found 3 matches

by koden530
Fri Sep 17, 2010 7:56 am
Forum: PHP - Code
Topic: Putting form data into a spreadsheet. [SOLVED]
Replies: 5
Views: 510

Re: Putting form data into a spreadsheet.

Thank you. Now how do I mark this as solved...
by koden530
Fri Sep 10, 2010 9:38 am
Forum: PHP - Code
Topic: Putting form data into a spreadsheet. [SOLVED]
Replies: 5
Views: 510

Re: Putting form data into a spreadsheet.

Yeah Just some basic text area information. Things like name: *user input*, email: *user input*.

There will be one piece of the form that is for a radio button answer. but that will be just as easy as the text boxes I'm sure. Just send the value as you would with the text box values.
by koden530
Thu Sep 09, 2010 3:08 pm
Forum: PHP - Code
Topic: Putting form data into a spreadsheet. [SOLVED]
Replies: 5
Views: 510

Putting form data into a spreadsheet. [SOLVED]

Hello, so I have a request that I have never been asked before. My boss would like me to take form data and transform it into a spreadsheet as well as email the data to certain addresses. The E-mail part is easy. The hard part (if at all possible) is putting the form data into a spreadsheet. I know ...