For some reason my code is just comment in my html.
I have tried using localhost/filename.html etc
and nothing seems to work…
Thank you!
<html>
<body>
<?php
echo "hello world";
?>
</body>
</html>
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you are running apache you could add the following in your
.htaccessfile to process.htmlfiles as they were php:Here are a couple of links further explaining the useage of
.htaccessfiles: