How to connect login form with PHP? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to connect login form with PHP?

I just wrote HTML and CSS code for login page but I don't know how to connect with PHP. Anyone? Help me.

19th Mar 2019, 12:58 AM
Muhammad Ridzwan
Muhammad Ridzwan - avatar
3 Answers
+ 1
//Sololearn lesson for that https://www.sololearn.com/learn/PHP/1840/
20th Mar 2019, 8:48 PM
Sudarshan Rai
Sudarshan Rai - avatar
+ 1
You need to setup a php server ( try xampp for a local server ) then just add an action to your form to post the values to and then u can catch those values from php using $__GET or $__POST depending on the method used in your form
20th Mar 2019, 8:50 PM
bxhd
0
Thanks
22nd Mar 2019, 5:18 AM
Muhammad Ridzwan
Muhammad Ridzwan - avatar