PHP combo box
Posted: Sun Nov 23, 2008 11:15 pm
Hi ,
any one please give reply for this question..
Urgent pls...
I taken values from database , i can able to display the values on the browser, now i want to put those values inside the combo box. MY CODE IS
$str = array(); foreach($this->advertiserinfo as $adname)
$str = $str.$this->escape($adname->advertiser_name).'<br />';
//echo $this->formSelect('adver_tiser', null, null, $str);( i want to display DB values inside the combo box )
echo $str;
How can i put the those values inside the combo box?
How to move selected values of one combo box to another combo box using >> button in php?
Thanks,
Sreenu.G
any one please give reply for this question..
Urgent pls...
I taken values from database , i can able to display the values on the browser, now i want to put those values inside the combo box. MY CODE IS
$str = array(); foreach($this->advertiserinfo as $adname)
$str = $str.$this->escape($adname->advertiser_name).'<br />';
//echo $this->formSelect('adver_tiser', null, null, $str);( i want to display DB values inside the combo box )
echo $str;
How can i put the those values inside the combo box?
How to move selected values of one combo box to another combo box using >> button in php?
Thanks,
Sreenu.G