Inclure le fichier PHP externe dans HTML
<!DOCTYPE html>
<html>
<head>
<title>External PHP File</title>
</head>
<body>
<?php include 'example.php';?>
<body>
</html>
Old Pizza