Originally Posted by Droppy Code: "/" . $core_folder . "/config.php" you can just Code: "/{$core_folder}/config.php" You know what would be even better? Learning to use single quotes and not have the var-in-string-concentration bullshit from PHP.
"/" . $core_folder . "/config.php"
"/{$core_folder}/config.php"
Originally Posted by azaidi You know what would be even better? Learning to use single quotes and not have the var-in-string-concentration bullshit from PHP. It's really personal preference. In my opinion, that 'bullshit' is easier to read.
Last edited by Kryptos; 18-08-13 at 12:04 PM.
You should better learn PHP then develop a CMS.