- Published on
PHP .md file
- Authors
- Name
- Hieucafe
Getting Started
<?php // begin with a PHP open tag.
echo "Hello World\n";
print("Hello cheatsheets.zip");
?>
<?php // begin with a PHP open tag.
echo "Hello World\n";
print("Hello cheatsheets.zip");
?>