Hello all🙂
I have a file that contains some CONSTANTS like below. Can I use these within a class files or do all variables have to be declared within the scope of the class?? I new to classes and need some help.
define("MAINBILLING", "3360");
define("ACCOUNTNUM", "53");
define("LOCATION", "USA");
define("FROM", "CLARK");
define("EMAIL", "jane.doe@wherever.com");