File size: 98 Bytes
fc11434
 
 
 
1
2
3
4
5
<?php
echo "<h2>Hello from PHP!</h2>";
echo "<p>Running inside the same Docker Space ✅</p>";
?>