+ 2
Best language for this site?
I'm building a website for a family business and I am only a first year in the CS field so I'm a little lost trying to do this ahead of what ive learned in school. I need to make a website that allows users to turn in a form and generate reports based on the data entry from the form. what would be the simplest way to generate those reports and get them interacting with the site?
1 Answer
+ 4
You can use javascript and jquery to get form data and process it and put it on screen with html tags and with help of javascript. To Save data you may use Php to get form data and save it to files.
All the bestđ