Switch to full style
:read: Start PHP with us. Includes topics to help you in php
Post a reply

Cookie based login in php

Sun Oct 26, 2008 6:37 pm

Code:
<html>
  <
head>
  <
title>Enter Password</title>
  </
head>
  <
body>
  <
form name="forml" method="POST" action="CookieBasedPasswordLogin.php">
    <
table>
      <
tr>
       <
td colspan="2" >
         <
div align="center"><b>Please Specify the Password</b></div>
       </
td>
     </
tr>
   <
tr>>
     <
td>
       <
div align="right">Customer ID</div>
     </
td>
     <
td>
       <
input type="text" name="username">
     </
td>
   </
tr>
   <
tr>
     <
td>
       <
div align="right">Password</div>
     </
td>
     <
td>
       <
input type="password" name="password">
     </
td>
   </
tr>
   <
tr>
     <
td colspan="2">
       <
center>
         <
input type="submit" name="Submit" value="Login">
       </
center>
     </
td>
    </
tr>
   </
table>
  </
form>
  </
body>
  </
html>
   




Post a reply
  Related Posts  to : Cookie based login in php
 develop a login page- login servlet - ServletContext     -  
 Setting a Cookie Value in php     -  
 Using Multiple Values for a Cookie in php     -  
 Use cookie to create page counter     -  
 Use cookie to create page counter     -  
 login using jsp     -  
 Ajax Login     -  
 php login with session     -  
 login using Ajax     -  
 ASP.NET 2.0 Login Controls     -  

Topic Tags

PHP Cookies, PHP Forms