开发者

accepting user data from users and displaying it

开发者 https://www.devze.com 2023-03-07 01:49 出处:网络
I am new to web programming. I am currently using an html form which accepts data (many fields with different datatypes eg. date) and add it to mysql server using php and display everyones form submis

I am new to web programming. I am currently using an html form which accepts data (many fields with different datatypes eg. date) and add it to mysql server using php and display everyones form submission in a tabular form. For a change I wanted to try something different, database alternative 开发者_如何学JAVAto mysql which is fast and natively accessible like json but at the same time more secure. I am also tired of html forms and would like to automatically generate them from a template eg. mysql table columns for a partucular table. I am interested in trying something different. I would be also interested in open source ~cms alternatives which I can customise later.


You could consider CMS tools like Drupal, which abstracts away most of the manual coding needed to perform data capture.

0

精彩评论

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