The question is, how can i make PHP work?.
For some reason, php is not working at all. Not even a simple echo works.
By example, if i put a html or php file. With this
PHP is not working, just like that. How can be that possible?
For some reason, php is not working at all. Not even a simple echo works.
By example, if i put a html or php file. With this
When i enter the page from browser, i only got a blank page. I tried using another PHP functions, but nothing.<!DOCTYPE html>
<html>
<body>
<?php
echo "My first PHP script!";
?>
</body>
</html>
PHP is not working, just like that. How can be that possible?