ok so im finding whenever i link to a file, the PHP code will not show up, only the html code. for example:
if i link to one.php and its contents are:
<?php
echo hello;
?>
This is my html code.
only this is my html code will show up. not hello.
could it be like an installation error? or what please help me.