Author Topic: FREE PHP LOGIN SCRIPT TUTORIAL  (Read 263 times)

0 Members and 1 Guest are viewing this topic.

Offline geniusng

  • Newbie
  • *
  • Posts: 7
    • View Profile
    • Coded Webmaster Network: Web Design, Training, Web Hosting, E-book Publishing
FREE PHP LOGIN SCRIPT TUTORIAL
« on: April 08, 2010, 11:37:05 AM »
Let me teach you how to create a simple login system with php + mysql script, this tutorial is easy to follow, follow it you step by step.

Overview
In this tutorial, let us create 3 files

1. main_login.php
2. checklogin.php
3. login_success.php

Step1. Create table "members" in database "test".
2. Create file main_login.php.
3. Create file checklogin.php.
4. Create file login_success.php.

(1) Create table "members"

Quote
CREATE TABLE `members` (
`id` int(4) NOT NULL auto_increment,
`username` varchar(65) NOT NULL default '',
`password` varchar(65) NOT NULL default '',
PRIMARY KEY (`id`)
) TYPE=MyISAM AUTO_INCREMENT=2 ;

--
-- Dumping data for table `members`
--

INSERT INTO `members` VALUES (1, 'john', '1234');


(2) Create file main_login.php
Quote
<table width="300" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC">
<tr>
<form name="form1" method="post" action="checklogin.php">
<td>
<table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#FFFFFF">
<tr>
<td colspan="3"><strong>Member Login </strong></td>
</tr>
<tr>
<td width="78">Username</td>
<td width="6">:</td>
<td width="294"><input name="myusername" type="text" id="myusername"></td>
</tr>
<tr>
<td>Password</td>
<td>:</td>
<td><input name="mypassword" type="password" id="mypassword"></td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td><input type="submit" name="Submit" value="Login"></td>
</tr>
</table>
</td>
</form>
</tr>
</table>

(3) Create file checklogin.php
Quote
<?php
$host="localhost"; // Host name
$username=""; // Mysql username
$password=""; // Mysql password
$db_name="test"; // Database name
$tbl_name="members"; // Table name

// Connect to server and select databse.
mysql_connect("$host", "$username", "$password")or die("cannot connect");
mysql_select_db("$db_name")or die("cannot select DB");

// username and password sent from form
$myusername=$_POST['myusername'];
$mypassword=$_POST['mypassword'];

// To protect MySQL injection
$myusername = stripslashes($myusername);
$mypassword = stripslashes($mypassword);
$myusername = mysql_real_escape_string($myusername);
$mypassword = mysql_real_escape_string($mypassword);

$sql="SELECT * FROM $tbl_name WHERE username='$myusername' and password='$mypassword'";
$result=mysql_query($sql);

// Mysql_num_row is counting table row
$count=mysql_num_rows($result);
// If result matched $myusername and $mypassword, table row must be 1 row

if($count==1){
// Register $myusername, $mypassword and redirect to file "login_success.php"
session_register("myusername");
session_register("mypassword");
header("location:login_success.php");
}
else {
echo "Wrong Username or Password";
}
?>

(4) Create file login_success.php
Quote
// Check if session is not registered , redirect back to main page.
// Put this code in first line of web page.
<?
session_start();
if(!session_is_registered(myusername)){
header("location:main_login.php");
}
?>

<html>
<body>
Login Successful
</body>
</html>

That's it, if you have any question feel free to call me or mail me info at codedwebmaster dot com
SEARCH AND FIND HIGH PAYING JOBS IN NIGERIA
www.codedwebmaster.com/forum

INTERACTIVE & AFFORDABLE WEBSITE + TRAINING
www.codedwebmaster.com

Offline teeman4u

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: FREE PHP LOGIN SCRIPT TUTORIAL
« Reply #1 on: April 08, 2010, 01:32:47 PM »
I installed the guest mod in my forum but it was not effective even though i got indication that it has been installed.what do i do to make it integrate properly so guest will be limited to one page view unless they log in or sign up.

Offline Dennis Isong

  • Nigeria best webhosting
  • Administrator
  • Hero Member
  • *****
  • Posts: 1173
  • You to can do it
    • View Profile
    • Nigeria best webhosting
Re: FREE PHP LOGIN SCRIPT TUTORIAL
« Reply #2 on: April 14, 2010, 02:55:02 PM »
you need to activate it first
go admin >(under "Configuration ") Features and Options >
you will see the option there  "Limit guests to x page views "

hope that help ?

Offline richkids1

  • Full Member
  • ***
  • Posts: 175
  • Making MONEY ONLINE is not a day job......
    • View Profile
    • LEGAL WAY OF MAKING MONEY ONLINE
Re: FREE PHP LOGIN SCRIPT TUTORIAL
« Reply #3 on: April 18, 2010, 02:36:13 PM »
Pls expantiate more.... Tell us more.
Discover "HOW TO CHARGE YOUR PHONE & LAPTOP WITHOUT GENERATOR, PHCN, SOLAR ENERGY"
That means you are FREE form "LOW BATTERY SYNDROME",
BENEFITS: It works with any phone and laptop ranging form
Nokia to Sony Erickson and Acer and others VISIT
www.my-charger.blogspot.com 08087779782 now to get fr