Mark Allen - 2006-07-10 08:08:24
This might be a newbie question, but .....
I have an array $array retrieved from mysql. The array has the format [optionNum,optionName]. I want to pass this array to the "OPTIONS" tag of the AddInput() function where "TYPE"=>"select".
Is there any way to do this without explicidly doing so in a loop?