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
riday, February 01, 2002 5:19 AM To: [EMAIL PROTECTED] Subject: [PHP] PHP commands and HTML combobox How can i use a HTML combobox content into a PHP code as such as : Option 01 Option 02 Option 03 http://www.iasp.br/iasponline.php?option=xx";> xx must be the option select

[PHP] PHP commands and HTML combobox

2002-02-01 Thread Eduardo Melo
How can i use a HTML combobox content into a PHP code as such as : Option 01 Option 02 Option 03 http://www.iasp.br/iasponline.php?option=xx";> xx must be the option select in the combo named ~combo~ but must be an substr (x,7,2) Is it posible ??? someone can help me ? best reg