|
Posted by Safalra on April 8, 2005, 5:23 am
Please log in for more thread options
patricia-gail@shaw.ca wrote:
> i have made a form (actually a survey) in html and when the users
> submit their results i need them to go into an excel form. or a .txt
> file that can be later put into an excel form.
Use a server-side language (for example, PHP - ask your host what they
support) to write the data into a tab-separated text file (don't forget
to remove any tabs from the source data) - the data can then be copied
into Excel.
--
Safalra (Stephen Morley)
http://www.safalra.com/hypertext/
|