Page 751 - 3-2
P. 751
{
echo "<script type='text/javascript'>alert('User Name Or Password Invalid!')</script>";
}
}
?>
3) home.php
// 로그인 성공후 화면
// 데이터 베이스에 접속해 member 의 리스트를 가져옴
//go to rental 을 누르면 rental_list.php 로 이동
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style>
#body1{
background-image: url(Blossom-Tree-1920x1200-wallpapershd.org.jpg);
background-repeat: no-repeat;
background-size: cover;
}
</style>
</head>
<body id='body1'>
- 751 -