I am trying to define a constant using the "define()" function. <?php define("CONSTANT", "Hello World!"); echo CONSTANT; ...
確定! 回上一頁