1
Hi
How do I create a dropdown with all XOOPS users? I want to put this in an admin form using:
le="color: #000000"><?php $select_str .= "<OPTION VALUE='$user'>$user</OPTION>n";
using echo
I tried searching through the forums but couldn't find anything.
Thanks