RE: [PHP] PHP commands and HTML combobox

2002-02-01 Thread Rick Emery
Eduardo, You've already solved your own problem. You just need to take it one step further. given: form method=post action=formprocess.php select name=combo option value=01Option 01 option value=02Option 02 option value=03Option 03 /select -- in

RE: [PHP] PHP commands and HTML combobox

2002-02-01 Thread Sandeep Murphy
Hi, Is there any way I can construct an associative array out of 3 other arrays?? like for eg. function parse() { appid[]; appnm[]; url[]; } I want to do something like this: function arr() { $applist = array(APPID =$appid, APP NAME=$appnm,