
Originally Posted by
Rukbat
1) Learn a little about doing it yourself, or you'll have to hire someone. Putting someone else's form on your ssite is asking for trouble. If you can't read the code, there may be a back door in it, allowing the author full access to your site.
2) Don't store files in a database - store the path and name of the file. Store the file as a file on the computer's storage (hard drive).
3) You don't, you create the spreadsheet when you need it. PEAR has a nice xls file library. You store data in a database, you present it in a spreadsheet (or other file format).
Language? Javascript on the client side, maybe with jQuery, PHP or ASP on the server side, depending on whether you're on a Linux or Windows server. (Linux/PHP is the setup of choice.)
Bookmarks