Files
ben.de-roo.org/index.php
2025-12-29 20:46:59 +01:00

14 lines
213 B
PHP

<?
echo "yo ";
?>
<!DOCTYPE html>
<html>
<head>
<title>PHP test</title>
</head>
<body>
<h1>dit komt uit html</h1>
<h1>rekenmachine.html</h1>
<p><?php echo "dit komt uit PHP"; ?></p>
</body>
</html>