ArchimedesBoD wrote:what am i missing
Well... a lot. :o
Normally I don't spoon-feed people code and instead encourage them to learn on their own, but there are numerous syntax errors in that one line of code. Here's what it should look like:
$config_file .= $roster_dir = "modules/$module_name\n\n";
or even:
$config_file .= $roster_dir = 'modules/' . $module_name . "\n\n";
EDIT: Forgot to mention... welcome to PHPBuilder! 🙂