Re: Login page

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Vishal,

Hope this would be the simplest method of all.
<?php

$userID=escapeString($_POST['userID']);

if($userID=='1' or $userID=='2' or $userID=='3')
{
  //get name from database and put in session
   redirect('page1.php');
}
if($userID=='4' or $userID=='5' or $userID=='6')
{
  //get name from database and put in session
   redirect('page2.php');
}

?>
and in page1.php
<?php
if($userID!='1' and $userID!='2' and $userID!='3')
{
echo 'Access denied'; exit; 
 }
else
{
//display content
}
?>

similarly check in page2.php


Regards
Manda Krishna Srikanth
www.krishnasrikanth.com

php-objects@xxxxxxxxxxxxxxx wrote on 09/16/2008 12:58:42 PM:

> "Vishal Subandh" <vishal.subandh@xxxxxxxxx> 
> Sent by: php-objects@xxxxxxxxxxxxxxx
> 
> 09/16/2008 12:58 PM
> 
> Please respond to
> php-objects@xxxxxxxxxxxxxxx
> 
> To
> 
> php-objects@xxxxxxxxxxxxxxx
> 
> cc
> 
> Subject
> 
>  Login page
> 
> Hi folks,
> 
> I am looking to create a login page. I have created 2 pages in php and 
hence
> defined two sets of users. I would like users 1,2 and 3 to access page A 
and
> 4,5 and 6 to access page B after signing in. How can I do this. I have 
one
> table at the moment that stores the name and type of user.
> 
> I would even like to check for user validation!
> 
> Kind regards,
> 
> Vishal
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you




[Non-text portions of this message have been removed]


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Soap]     [Kernel Newbies]     [Yosemite]     [Yosemite Campsites]

  Powered by Linux