Show sourcecode
The following files exists in this folder. Click to view.
ovn_gr1.php
ovn_gr2.php
ovn_gr3.php
ovn_gr4.php
ovn_gr5.php
ovn_gr6.php
ovn_gr7.php
ovn_gr2.php
16 lines UTF-8 Windows (CRLF)
<!DOCTYPE html>
<html>
<body>
<?php
$text1 = "Kalle";
$enamn = "Anka";
$tal = 16;
$road = "Ankvägen";
echo $text1.' '. $enamn.' bor på '. $road.' '. $tal;
?>
</body>
</html>