|
Culland, thanks for you input, and I agree it would be a better learning experience to do it all with PHP.
However, formatting the data into plain-text with the comma's/tabs/crlf or whatever .csv uses on the client side will save the server from some processing. This is a form of disributed computing. But may not be important in this particular case.
The dissadvantage of useng JavaScript, is that not everyone has it turned on or even available in their browsers.
|