Hi everyone,
Is it posible to use the 'redirect' inside the HTML tags.
I mean,
<html>
<head><title></title></head>
<body>
<?php
header("Location : main.htm");
?>
</body>
</html>
Because I know if i code like this it will give me a error saying,
Warning: Cannot add header information - headers already sent by (output started at .......) in ......php on line 58
does anybody knnow how to do this?
regards,
Niroshan