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,

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: Option 01 Option 02 Option 03 -- in formprocess.php file: -Original Message- From: Eduardo Melo [mailto:[EMAIL PROTECTED]] Sent: Friday, Fe