Radio button choices are images urls |
9/7/2005 12:35:35 PM |
PHPRunner General questions | |
0
0ad author
hi |
|
![]() |
Sergey Kornilov admin 9/8/2005 |
Oad,
if("YourField"==$field) { $arr = array("1", "2", "3"); $arrdisplay = array('<img src="include/images/smiley.gif">', '2', '3'); }
|
0
|
0ad author 9/9/2005 |
Cheers! |
![]() |
Sergey Kornilov admin 9/9/2005 |
Oad, if("YourOtherField"==$field) { $arr = array("1", "2", "3");} with if("YourOtherField"==$field) { $arr = array("1", "2", "3"); $arrdisplay=$arr;} |
0
|
0ad author 9/9/2005 |
First Class Support Sergey!!!! |