Connecting from Login form to Registration form in php with html

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.

Sponsor our Newsletter | Privacy Policy | Terms of Service