I am trying to store and retrieve data from my Database including some PHP Constants.
I have set the constant so:- define("COMPANY", "MyCompany");
I want to use other constants so I can change the values later down the line if I deploy the site elsewhere.
I have tried using php before the insert e.g.
You can use <?=COMPANY?>" to keep your diary full and win more work...
But it doesn't work so stuck.
It simply ignores the constant completely.
I would appreciate some help, thanks