I am working on making my own custom CMS in PHP by hand and I have a few constants I have defined. Is there an easy way to modify the constants?
I was thinking about using something like fopen() and then changing it, but I have never used the filesystem functions.
From: Constants (PHP mamual)