PHP bootstrap for simple login, phpbootstrap login
This example for everyone to share the PHP bootstrap implementation of simple login method, for your reference, the specific content as follows
All Files
Remember to get the name key value pair from inside action is your action
Signin.html
!--the above 3 meta tags *must* come first in the head; Any other head content must come *after* these tags-->
Signin Template for Bootstrap !--Bootstrap Cor E CSS-->
!--Custom styles for this template-->
"!--[if Lt IE 9]>
!--HTML5 Shim and Respond.js for IE8 support of HTML5 elements and media queries-->!--[if LT IE 9]>
!--/container-->!--IE10 viewport hack for surface/desktop Windows 8 Bug-- >
Sign.css
body {padding-top:40px; padding-bottom:40px; Background-color: #eee;}. form-signin {max-width:330px; padding:15px; margin:0 Auto;}. Form-signin. form-signin-heading,.form-signin. checkbox {margin-bottom:10px;}. Form-signin. checkbox {font-weight:normal;}. Form-signin. Form-control {position:relative; height:auto;-webkit-box-sizing:border-box; -moz-box-sizing:border-box; Box-sizing:border-box; padding:10px; font-size:16px;}. Form-signin. form-control:focus {z-index:2;}. Form-signin input[type= "Email" {margin-bottom: -1px; border-bottom-right-radius:0; border-bottom-left-radius:0;}. Form-signin input[type= "Password"] {margin-bottom:10px; border-top-left-radius:0; border-top-right-radius:0;}
form-signin.php
<?php Print_r ($_get);? >
The above is the whole content of this article, I hope that everyone's study has helped
Articles you may be interested in:
- Code in PHP that remembers password auto-login
- Resolve phpMyAdmin #2002 cannot log on to MySQL server
- phpMyAdmin Error: #2003 Unable to log on to the MySQL server workaround
- PHP uses session ID to implement session sharing and login validation code
- thinkphp User Registration Login Message Complete Example
- PHP uses curl to implement a mock login to a website with a CAPTCHA
- How to implement thinkphp login function
- PHP read the method of generating a cookie file when the curl is impersonating a login
- PHP Sina Weibo Login Interface Usage Example
- PHP SSO Single Sign-on implementation method
http://www.bkjia.com/PHPjc/1106886.html www.bkjia.com true http://www.bkjia.com/PHPjc/1106886.html techarticle PHP Bootstrap implementation of simple login, Phpbootstrap login This example for everyone to share the PHP bootstrap implementation of simple login method, for your reference, the specific content as follows all the documents to remember ...