I am new to php, trying to get started with simple
<!DOCTYPE html>
<html>
<body>
<?php
echo "Hello";
?>
</body>
</html>
I am working with vpn for school server, my files are visible visible via WinSCP. WHen I load the page, it is blank, the source code is alright, can anyone tell me where the problem is?