PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
if (checkLogin() == FALSE)
{
die (
'
<html>
<head>
<title>ї M C 0 ] Login Failed</title>
<link rel="stylesheet" type="text/css" href="layout.css" />
<script language="JavaScript" src="pop_up.js"></script>
</head>
<body>
<div id="Header"><h2></h2></div>
<div id="Content">
Login Failed
</div>
// Would like to include the file here.
</body>
</html>');
Anyone know how to do this?
}
?>