Sans doute tout bête, mais je n'ai pas trouvé...Quelqu'un pourrait-il me dire ce que signifie "$pageContents = <<< EOPAGE" ? (fichier index Wamp)
J’espère que je suis au bon endroit, merci d'avance
$var="test";
$style = <<<END_OF_STYLE
body { margin: 20px; font-family:mono; font-size:12px; color: white; background:black}
a{ color: grey; }
"blabla" 'blabla' $var
a:hover{ color: blue; }
a.copy{ color: white; text-decoration:none; }
END_OF_STYLE;
echo $style;