Hello Guys i am Newbish in php i want help with u hope u all help me i saw this forum which only help peoples frnds my problem is i am getting this eror.
ERROR:
Parse error: syntax error, unexpected T_VARIABLE in /home/pikzshar/public_html/login.php on line 5
My Login.php Script is .
<?php
require("connect.php")
$post_username = $_POST['username'];
$post_password = $_POST['password'];
if ($post_username&&$post_password)
{
if (strlen($post_username)>25||stlen($post_password)>15)
die( Username Or Password Is Too Long.!);
else
{
//convert password to md5
$post_password = md5($post_password);
//query the database
}
}
else
die("Username Or Password Incorect")
?>
Sir TEll me What i do ... Its urgent PLzz