Page 1 of 1

Putting form data into a spreadsheet. [SOLVED]

Posted: Thu Sep 09, 2010 3:08 pm
by koden530
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 Google docs can do it for you, which is where he got the idea from but is it possible to do in PHP. If so what is the code that is involved. I don't even know where to start with something like that. Thanks in advanced

Re: Putting form data into a spreadsheet.

Posted: Thu Sep 09, 2010 3:59 pm
by Jonah Bron
What type of form data? A textarea? A grid of textboxes?

Re: Putting form data into a spreadsheet.

Posted: Fri Sep 10, 2010 9:38 am
by koden530
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.

Re: Putting form data into a spreadsheet.

Posted: Sun Sep 12, 2010 11:30 am
by Jonah Bron

Re: Putting form data into a spreadsheet.

Posted: Fri Sep 17, 2010 7:56 am
by koden530
Thank you. Now how do I mark this as solved...

Re: Putting form data into a spreadsheet.

Posted: Fri Sep 17, 2010 10:07 am
by Jonah Bron
8O

Just click the edit button on your original post and add "[SOLVED]" to the subject line.