[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 : select name=combo optionOption 01 optionOption 02 optionOption 03 /select a href=http://www.iasp.br/iasponline.php?option=xx; img border=0 src=baok.gif width=17 height=17 /a xx must be the option select in the combo

RE: [PHP] PHP commands and HTML combobox

2002-02-01 Thread Rick Emery
-- in formprocess.php file: a href=http://www.iasp.br/iasponline.php?option=?php print $combo;? img border=0 src=baok.gif width=17 height=17 /a -Original Message- From: Eduardo Melo [mailto:[EMAIL PROTECTED]] Sent: Friday, February 01, 2002 5:19 AM To: [EMAIL PROTECTED] Subject: [PHP] PHP commands

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,