Bonsoir , avec cette ligne (avec le tuto construire un site)
<?php
define(`CONSTANT`,`rien`);
echo CONSTANT;
?>
j'ai cette erreur :
( ! ) Notice: Use of undefined constant CONSTANT - assumed 'CONSTANT' in C:\wamp\www\webroot\index.php on line 4
Call Stack
# Time Memory Function Location
1 0.0004 364648 {main}( ) ..\index.php:0
CONSTANT
Merci de votre aide.