This will teach you how to make a login system for your html or php website goto the fourms for the source code and help http://pipelinetech.blogsite.org/
Uploaded by Program Studi Sistem Informasi UMN on August 8, 2013 at 4:15 pm
Thanks! Share it with your friends!
This will teach you how to make a login system for your html or php website goto the fourms for the source code and help http://pipelinetech.blogsite.org/
You must be logged in to post a comment.
Hello. The php file doesn’t need to be separate from an html. In fact you could make your login on an entire page. You should use quotation marks for every attribute as well. To make a php file send to itself all you have to do is action=”” method=”post” in your form tag. Also use variables to store your important info: EX. $pass = “password”; etc. It is way easier. And you should have names for your submit buttons so you can use a isset code to include everything. Email me for more info.