I did Login form using PHP and HTML…But,i don’t know how to link with another form(Reginstration form)…
So,Please guide me…
i am doing my degree project…so,please as soon as possible
what code are you using for the login? Assuming you’re using a MySQL database the registration would take data from user, send it to another script, and that script would save it in the database. The login would then read that info.