Well when i type in the PHP code and the html code which is -
<html>
<head><title>Example</title></head>
<body>
<?php
echo "<p>example</p>";
?>
</body>
</html>
The output should be Example but when i preview it in firefox it outputs [example"; ?>]. But when i take away the ["; ?>] i should make the site void due to the enclosure tags not being there. But its not, iv tried many things to try get this to work, i have tried the following.
Using Varibles to produce the string.
Typing it in a TEXT Document,
Typing it on a Vista Platform
Typing it up on a Windows 7 Platform
and Typing it up on a XP platform.
At first i thought it was dreamweaver but trying it on my brothers dreamweaver aswell showed me it wasn't i just dont know what it is anymore.
Well if anyone has had the same problem or has a answer or some infomation that would help i would really appreciate it.
~Thanks PHP_Pulser.