Esempio n. 1
0
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title></title>
</head>
<body>
    <?php 
echo totalJokes();
?>
</body>
</html>
Esempio n. 2
0
<?php

include_once 'totaljokes-function.inc.php';
$totalJokes = totalJokes();
include 'output.html.php';