0
Fill in the blanks to declare a case-sensitive constant called AGE and assign the value 28 to it.
<?php ________("AGE", ___); ); ?>
5 Respostas
+ 1
define("AGE",28);
+ 1
define("Age",28)
+ 1
define("AGE",28);
+ 1
define("age",28);
0
pog thanks
<?php ________("AGE", ___); ); ?>