Hello there i need some help.
This is my problem; i am setting up A . M. P on my system, but i am having a problem when the PHP files are parsed. When the PHP files are parsed the entire code is appearing in the browser.
This is what i see when i open the PHP file in the browser.
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>My First PHP Program</title>
</head>
<body>
<?php
echo " I'm a lumberjack.";
?>
</body>
</html>
can anyone help me with this please. thankz.