3 lines
49 B
PHP
3 lines
49 B
PHP
|
<?php
|
||
|
echo '<h1>hello world in php!</h1>';
|
||
|
?>
|