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.
3 odpowiedzi
+ 1
//Sololearn lesson for that
https://www.sololearn.com/learn/PHP/1840/
+ 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
0
Thanks