+ Reply to Thread
Results 1 to 4 of 4

Thread: Login Page

  1. #1
    anivide is offline x10Hosting Member anivide is an unknown quantity at this point
    Join Date
    Apr 2009
    Posts
    15

    Login Page

    guys i want to know how to create a log-in page using php codes....


    a log-in page which will be looked like a registration page but only requires user-name and password....

    and when they type a user-name and password....

    the information they typed will be send to sql database

  2. #2
    kristure is offline x10Hosting Member kristure is an unknown quantity at this point
    Join Date
    Apr 2009
    Posts
    1

    Re: Login Page


  3. #3
    zubair12 is offline Banned zubair12 is an unknown quantity at this point
    Join Date
    Feb 2009
    Location
    Lahore, Punjab, Pakistan.
    Posts
    631

    Re: Login Page

    Interesting Thanks for that!

  4. #4
    cjbonn2005 is offline x10Hosting Member cjbonn2005 is an unknown quantity at this point
    Join Date
    Apr 2009
    Posts
    4

    Re: Login Page

    First of all, the information the user submits isn't sent to the database, it is only cross-referenced to make sure the data they types is correct. For example:
    PHP Code:
    <?
    $username 
    username submitted by user
    $pass 
    password submitted by user
    $login 
    mysql_query("SELECT * FROM login WHERE name='$username' AND pass='$pass'");
    $login mysql_fetch_array($login);
    if(!
    $login){
    $errormsg "Incorrect Username/Password";
    }else{
    // add action for correct pass
    }
    ?>
    This is a brief example. Although this script will work, it is insecure.

+ Reply to Thread

Similar Threads

  1. Front Page - still can't login!!!
    By layobservers in forum Free Hosting
    Replies: 0
    Last Post: 08-18-2008, 05:27 AM
  2. Not able to access my CPanel login page.
    By Stricken82 in forum Free Hosting
    Replies: 0
    Last Post: 07-22-2008, 02:16 PM
  3. Replies: 4
    Last Post: 02-20-2008, 06:13 AM
  4. I need help with public viewing of my page
    By Squeaky Neb in forum Scripts & 3rd Party Apps
    Replies: 3
    Last Post: 10-02-2007, 08:24 PM
  5. Replies: 0
    Last Post: 11-14-2005, 08:22 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers