Corrigé :

 

<html>
<head>
</head>
<body>
<?
$maVariable = 'Hello world !';
echo "$maVariable";
?>
</body>
<html>