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