After a user fills in an HTML form can this data be pushed out to a formated report that can be printed? Can someone give me some ideas on how this can be accomplished?
You would ideally process the form submission server side (using PHP for example)... and you could then return a page to the browser formatted with their data in a way that could be printed nicely. There are many other solutions (including creating a PDF server-side etc) but let's start with the more obvious...
First step is to find out what server-side language support is available to you from your ISP (PHP, ASP, JSP, CF etc).
Next step is to become familiar with one (this is relatively straight forward for form processing and variable parsing) and start implementing. There are a lot of good primers for PHP that I have found using Google (and I'm sure there are plenty for the others as well).
Next, direct any specific problems you are having to the forum for the server-side language you are working with (there is a pretty good spread of such forums here).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.