Secure Login using Php

This tutorial will lead you to all information about login using php this will mostly help in making a membership based web site and authenticate.

Lets first start with creating front end design with html, css and Bootstrap
But before we start coding, we will need the bootstrap files







Here is the html code for the login form lets say it login.php

class
="container">
class
="row">
class
="col-md-4 col-md-offset-4">
class
="login-panel panel panel-default">
class
="panel-heading">

class

="panel-title"> Please Sign In
class
="panel-body">
role
="form" id="login_form" method="post" action="core/secure-login.php">
class
="form-group"> class="form-control" placeholder="Username" name="Username" required autofocus type="email" autofocus>
class
="form-group"> class="form-control" placeholder="Password" type="password" name="Password" required value="" onkeypress="check_CapsLock(event)">
class
="checkbox">
id
="caps_lock" style="color:red; font-weight:bold; display:none;"> Caps Lock is on!!! style="color:#F00;" id="login_form_result"> ="submit_btn" type="submit" class="btn btn-lg btn-success btn-block"> Login
Post A Comment
  • Blogger Comment using Blogger
  • Facebook Comment using Facebook
  • Disqus Comment using Disqus

No comments :