Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
PHP selbst muss installiert sein, Du brauchst einen Webserver und der muss entsprechend konfiguriert werden.Ja, um dieser PHP-Interpreter scheint es bei mir zu gehen. Ich habe hier ein php-Script aber wenn ich es aufrufe bekomme ich im Browserfenster nur den Script-Text angezeigt.
Muß da noch was installiert werden?
<html>
<head>
<title>PHP Test eben</title>
</head>
<body>
<?php
phpinfo();
?>
</body>
</html>