0
I have created login form ,but where it get submited in website?
Login form
3 Answers
+ 1
If you are just using HTML your form will not get any interaction with the website .You need to use server language like PHP which will take whatever information you have typed in forms and present it as an output .
0
I think you need to learn Java Script to do this. HTML just consists of the buttons and user input but not the reaction to it.
0
you should use server side languages like php or aps.net (and databases like mssql or mysql)to do that.