Radio Buttons |
2/25/2009 07:10:20 | |
| PHPRunner General questions | ||
|
M
mmponline author
I'm using a lookup wizard to add fields from a table. When the links are inserted it puts all in a long row with commas: |
||
|
T
|
thesofa 2/25/2009 |
|
why not use a drop down box? |
|
|
M
|
mmponline author 2/25/2009 |
|
It is a dropdown box based on a lookup tablefor pen colour. |
|
|
|
Sergey Kornilov admin 2/25/2009 |
|
Stepan, $value = str_replace ( "," , "<br>" , $value ); |
|
|
M
|
mmponline author 2/25/2009 |
|
Thanks, works fine and will do for now. |
|