store data from a form using just HTML

后端 未结 5 1147
我寻月下人不归
我寻月下人不归 2021-01-03 07:47

I want to create a form (will be filled by users) and store the data in excel stylesheet without using php just HTML ,is that possible?

I dont want to store data an

5条回答
  •  耶瑟儿~
    2021-01-03 07:57

    As it is not possible to save html form data to a file using javascript because of some security reason so for my solution i just use the TCPDF for this.

提交回复
热议问题