I'm having a problem with the following line of code on only a couple of server types;
The error reported is:
Parse error: parse error, expecting `']'' in
/home/bizlande/bizlande- : eval()'d code on line 1
Now, the weird part is that it works on all my test runs of the script, and also on several other servers...but just not this one. Has anyone got any ideas why it work work? :|
Thanks
Andy
Code:
eval("\$vars_val =& \$GLOBALS[$vars]$suffix;");
The error reported is:
Parse error: parse error, expecting `']'' in
/home/bizlande/bizlande- : eval()'d code on line 1
Now, the weird part is that it works on all my test runs of the script, and also on several other servers...but just not this one. Has anyone got any ideas why it work work? :|
Thanks
Andy