10-21-2009, 10:41 AM
I have solve the problem.
This is the script I have posted at first:
What I do is :
Can you spot the mistake I have made?
Thanks you anyway for the hard work trying to help me.
This is the script I have posted at first:
Quote:<html>
<body>
<?php
include("bans.php");
?>
<p>
Welcome People !
</p>
</body>
</html>
What I do is :
Quote:<?php
include("bans.php");
?>
<html>
<body>
<p>
Welcome People !
</p>
</body>
</html>
Can you spot the mistake I have made?
Thanks you anyway for the hard work trying to help me.