Interpolation dans le document courant: voir l’orthographe

Author:


Download

<?php
$titre_page = 'Mois';
$jan = 'Janvier';
$fev = 'Février';
$mar = 'Mars';
print <<<MENU
<html>
<head>
<title>$titre_page</title>
</head>
<body>
<ul>
<li/> $jan
<li/> $fev
<li/> $mar
</ul>
</body>
</html>
MENU;
?>

Leave a Reply

Your email address will not be published. Required fields are marked *


one + = 5