he i need help with
PHP Code:
$array1 = array($vbulletin->options['array1']);
this works perfect however i need to have 2 vboptions, where either can be filled in
1 can be black so that it picks up the other variable
i looked at this
PHP Code:
$ipblacklist = array($vbulletin->options['array1']); or array($vbulletin->options['array2']));
i know im wrong but i hope someone knows what i need