How to link html login page to backend using php | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to link html login page to backend using php

10th Jun 2020, 12:24 PM
Jagadeesh
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>
10th Jun 2020, 5:15 PM
Zachiah sawyer
Zachiah sawyer - avatar
0
How to insert the front end html data into database
10th Jun 2020, 5:16 PM
Jagadeesh
0
Use the mysqli library in php for mysql or other drivers just search google for "php mysqli docs"
10th Jun 2020, 5:19 PM
Zachiah sawyer
Zachiah sawyer - avatar