if($ops[0]=='ARRAY'){
global $$ops[1];
echo select_builder($name, $$ops[1], POST_return($name,$defaultV), 'nokey', $extra, $default);
}
I’m getting
Parse error: syntax error, unexpected '[', expecting ',' or ';' in /foo/bar.php on line 750
Did something about variable variables chage since 9 years ago?