0
I done loginform and registrationform in different folder but i don't know how i can much to beget one things help plz
To connect them
2 Answers
+ 10
First make files of login form and registration in one folder then in login form made an button register and link it through anchor tag to the registration page like
<a href="path of registration page">register </a>
And you can register yourself their and if you want to connect with database then use php for making connections in the database.
0
Thank you