Interpolation dans le document courant: voir l’orthographe July 19, 2012 Author: user {filelink=13379} <?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; ?> Categories: Uncategorized