0
How to link html login page to backend using php
3 Answers
0
If you mean that you want the login form to submit to the php page. Use
<form action="/mypage.php" method="GET|POST">
...
</form>
0
How to insert the front end html data into database
0
Use the mysqli library in php for mysql or other drivers just search google for "php mysqli docs"