PHP code should start with <?php tag. <?php function helloWorld($name) { echo 'Hello, ' . $name . '!'; } helloWorld ...
確定! 回上一頁