I have a simple html 5 login page, I need to open a sql connection and have a condition to match the entered details and match or not.
code i have right now is this
Email Address: <input id="Text1" type="text" />
Password: <input id="Password1" type="password" />
<input id="Submit1" type="submit" value="Submit" onclick="loginFunction()"/>
<input id="Reset1" type="reset" value="Cancel" />
I have created onclick
function. Please help me to open a sql connection and verify the login details