vericudebuget's picture
Create hello.php
fc11434 verified
raw
history blame contribute delete
98 Bytes
<?php
echo "<h2>Hello from PHP!</h2>";
echo "<p>Running inside the same Docker Space ✅</p>";
?>