<?php
$a_username = "admin"; $a_password = "123";  if($username == $a_username && $password == $a_password){ session_start(); 
echo "<br><br><br><br><br>";
 echo '<div align="center"> <table border=1 cellspacing=1 width="50%">';
  echo"<tr><tdbgcolor =cOcOcO>";
  echo'<center> <b> ';
 echo " تم تسجيل دخولك بنجاح <br>" $_POST ['username'];
   echo:"<br>";
echo '<a href="admin.php"' اضغط هنا لتذهب الى الرئسيه </a>';
echo "</td> </tr> </table> </div>";
}
elso{
	echo"هناك خطأ";
}
?>
