Définir PHP
define("name", {value});
Nickton
define("name", {value});
<?php
define ("php", "PHP: Hypertext Preprocessor");
// Usage
echo php;
?>