Aradığın böyle bişey.


session_start();
$username="user";
$password="123";

if(isset($_POST['username']) && $_POST['username'] == $username && $_POST['password'] == $password)
{
header("Location: your_page.php");
}
else
{
?>






Welcome To Kontak








Admin Login














}
?>