Join Nostr
2024-08-30 00:10:15 UTC

laurent on Nostr: Please tell me again why we moved away from PHP ```<html> <body> <?php include ...

Please tell me again why we moved away from PHP

```<html>
<body>

<?php include 'header.php';?>
<h1>Welcome to my home page!</h1>
<p>Some text.</p>
<p>Some more text.</p>
<?php include 'footer.php';?>

</body>
</html>```