Ok, so I downloaded both and it does not work. Like, I made a simple php application that went like this
<?php
$var = "Hello World";
echo $var;
?>
And I saved it as a PHP Application. Then I go to open it and it would not open. But other files like HTML files opened normally.