Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.65K
1 Posted Topic
Hello daniel36, you can do this: in the your view: foreach($data_db as $dt_db): $drop[$dt_db->id] = $dt_db->name; enforeach; echo form_dropdown('name_dropdown',$drop); Ready!...
The End.
wesley1263