0
Fill in the blanks to declare case- insensitive constant named all and assign the value 42 to it? ____("",42,____);
plz help
6 Answers
+ 13
define("all", 42, true);
+ 3
thanks sir
0
So if it's declared another variable ALL, it will say: ALL was arleady declared? And what's that true for?
0
Fill in the blanks to declare a case-sensitive constant called AGE and assign the value 28 to it.
<?php
("AGE",
);
?>
0
ob
- 1
define("AGE",28);