Show sourcecode
The following files exists in this folder. Click to view.
webbsrvprg/exercises/funktioner/
funktioner.php
funktioner1.php
funktioner2.php
funktioner3.php
funktioner4.php
funktioner5.php
funktioner6.php
funktioner1.php
15 lines ASCII Windows (CRLF)
<!DOCTYPE html>
<html>
<body>
<?php
function skriv() {
echo "Hejsvejs!";
}
skriv();
?>
</body>
</html>