I want to use a constant in PHP, but I also want to put it inside double quotes like a variable. Is this at all possible?
define(\"TESTER\", \"World!\"); ech
no way, unless you write your own string parsing function