Application Form

snortastic

New Member
Hi. I need to write an application form for a medical verification website.
Making one with html that sends an email is not practical.

What script and server service is best for a medical application form?

Thanks! Your input is greatly appreciated! :)
 

smoovo

New Member
First, there is no way not to use HTML, it's the basic markup language.

Now, you have to build your form in HTML, and to send it via PHP code that will do the job. The PHP will save the data in your XML file on the server together with storing it in your clients DB table (using MySQL).

- Enjoy.
 
You can not create it using HTML. You can only create the forms with HTML. Then, create a DB table using MySQL. With PHP, your inputs in that HTML form will be sent to and stored in the MySQL Database.

Thanks,
Golden Waters
 
Top