mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-12 02:08:40 +00:00
6 lines
107 B
HTML
Executable File
6 lines
107 B
HTML
Executable File
<pre><code><?php
|
|
|
|
$message = 'Hello World!';
|
|
echo $message;
|
|
|
|
echo "following a blank line";</code></pre> |