17 février 2014 1 17 /02 /février /2014 18:00

Steps

1 Create Database

2 Create Table admin_login

3 Insert admin_email And admin_password

Goto Text Editor

create file adminlogin.php

and Copy this Code And Paste

Html And Php Code:

<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="adminlogin">
<form action="adminlogin.php" method="post">
<center><fieldset>
<legend>Admin Login</legend>
<h3>ShahJee Store</h3>
<table>
<tr><td>Email</td></tr><tr><td><input type="text" name="email" class="input" placeholder="Email" size="30" maxlength="60"></td></tr>
<tr>
<td>Password</td>
</tr><tr><td><input type="password" name="pass" class="input" placeholder="Password" size="30" maxlength="60"></td></tr>
<tr><td></td></tr><tr><td><input type="submit" name="submit" value="Login"></td></tr>
</table>
</fieldset>
<p class="back"><a href="index.php" title="Are you lost?">&larr; Back to ShahJee.com</a></p>
</center> </form>
</div>
</body>
</html>
<?php
include("db.php");
session_start();
if (isset($_POST['submit'])) {
$id=$_GET['id'];
$email=$_POST['email'];
$pass=$_POST['pass'];
$sql=mysql_query("SELECT * FROM admin_login WHERE admin_email='$email' and admin_password='$pass' LIMIT 1")or die(mysql_error());
$count=mysql_num_rows($sql);
if ($count == 1) {
$row=mysql_fetch_array($sql);
$_SESSION['id']=$row['id'];
$_SESSION['email']=$row['admin_email'];
$_SESSION['pass']=$row['admin_password'];
header("location:dashboard.php");
}else{
header("location:adminlogin.php");
}
}
?>

Your Login Form Is Ready

To Make A beautiful Login Form Copy This Css And Paste

Css:

fieldset{
background-color: #fff;
width: 280px;
height: 265px;
box-shadow: 4px 4px 4px #888888;
border-radius: 7px;
}
.adminlogin{
margin-top: 190px;
}
.input{
background-color: floralwhite;
padding: 8px;
border: 1px solid black;
}
table{
color: #868684;
}
.back a{
text-decoration: none;
font-size: 13px;
color: black;
}
.back a:hover{
color: #006791;
}

Partager cet article
Repost0

commentaires

A
j'aime me promener ici. un bel univers. venez visiter mon blog (cliquez sur pseudo) merci.
Répondre
A
beau blog. un plaisir de venir flâner sur vos pages. une belle découverte et un enchantement.N'hésitez pas à venir visiter mon blog. au plaisir
Répondre

Recherche

Catégories

Liens