Why will this not work
Error:PHP Code:global $config['announcement_type'];
Parse error: syntax error, unexpected '[', expecting ',' or ';' in C:\xampp\htdocs\Meltdown Software\settings\settings.php on line 237
Printable View
Why will this not work
Error:PHP Code:global $config['announcement_type'];
Parse error: syntax error, unexpected '[', expecting ',' or ';' in C:\xampp\htdocs\Meltdown Software\settings\settings.php on line 237
You cannot import a single part of a variable; you may only import whole variables.
PHP Code:global $config;
Thanks dude :D
PHP Code:$rep['penagate']++;