Hello, I am wondering if anyone can point me to articles discussing how to create a file in a certain folder then create another file titled config.php with several variables set
Ex: $cheader = "VariableInfo";
My process is basically:
Create Folder $FolderName (This is determined from a variable)
THEN Insert a config.php with several variables set and a default.php with basic stuff.
If anyone can point me to good articles related to this that would be great, Thanks!