The size of wood we need is 2 inches, by 4 feet

Constants are different from variables starting with how they are defined. Constants use define() where variables use $.
Constants values also cannot be changed where as variables can. Constants also cannot be put within quotation marks.
If quotation marks are needed in the statement, you must use the concatenation operator.