Tested PHP

This commit is contained in:
ilsix 2024-04-04 21:47:49 +02:00
parent 27244b028c
commit a6704f4816
2 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#runs successfully
<?php <?php
echo 'Hello World!'; echo 'Hello World!';
?> ?>

2
php/test.sh Normal file
View File

@ -0,0 +1,2 @@
#!/bin/bash
php helloworld.php