add: php script

This commit is contained in:
Talyx
2022-02-10 22:10:03 +03:00
parent a88d9c25a4
commit 7df7a3d802

View File

@@ -1,3 +1,14 @@
<?php
phpinfo();
phpinfo();
// echo ("Content-type:text/html\r\n\r\n");
// echo ("<html>\n");
// echo ("<head>\n");
// echo ("<title>Hello World - First CGI Program</title>\n");
// echo ("</head>\n");
// echo ("<body>\n");
// echo ("<h2>Hello World! This is my first CGI program</h2>\n");
// echo ("</body>\n");
// echo ("</html>\n");
?>