Hello! I a include a login script to a page.The code is like below:
<html>
<head>
<title>Untitled Document</title>
</head>
<body>
<?php include("login.php"); </body>
</html>
the error mesage said can not modify header, I guess I have to include file first ,then put the HTML code after the include file.
I wonder is there any way that I don't have to put include file before html?