Is PHP installed and running
Posted: Wed Jul 06, 2016 4:41 am
Greetings, I am new to the world of web development so I installed wamp on my laptop for local development. It seems to be working fine but when I open a basic html file created with notepad and has:
<?php echo '<p>Hello World</p>'; ?>
I get the output as (literally)
hello there
"; ?>
Also, other php calls and scripts are not working at all. What am I missing?
Thx.
<?php echo '<p>Hello World</p>'; ?>
I get the output as (literally)
hello there
"; ?>
Also, other php calls and scripts are not working at all. What am I missing?
Thx.