i am trying to do some examples to understand more easily php, but when i try them, this happens:
(here is the source code)
<html>
<body>
<?php
$arr=array("one", "two", "three");
foreach ($arr as $value)
{
echo "Value: " . $value . "<br />";
}
?>
</body>
</html>
and the output is "; } ?>
help plz...