开发者

capturing data in html form and storing data into excel or access

开发者 https://www.devze.com 2023-03-29 03:09 出处:网络
html form will have questionaire st开发者_运维技巧udents fill out the questionaire and submit them
  1. html form will have questionaire
  2. st开发者_运维技巧udents fill out the questionaire and submit them
  3. the data would be saved into excel or access

Is it possible to store data in excel or access if we just have html form?

thanks


No, it's not possible. You need a server-side program to process the form and generate the appropriate binary file. HTML is not even a programming language.

0

精彩评论

暂无评论...
验证码 换一张
取 消