I am writing a few webpages and i want to use some php in one of them. The problem is that my php code never displays an ouput even of the simplist form.
I have this very basic code:
<html>
<head></head>
<body class="page_bg">
Hello, today is <?php print("Hello"); ?>.
</body>
</html>
It doesnt display hello. I have other more complex webpages that just doesnt seem to do anything.
I am using win 7 and internet explorer 9 (or 10, not sure).
How do I fix this?