Hi Guys, new to this forum, kinda new to PHP in general haven't been using it long, mostly creating forms for database and custom CMS modules.
Anyway, i'm building a html email tool from the ground up and just need some help with one thing.
How do i convert values from a database field into a html form drop-down list?
I want to make a the list that display individual users and if you select a user, the value becomes that users email address
Such an action is created easier with Javascript. Still you can do it with php, but after clicking on the drop-down menu, the form will be submited and code revalidated in order to show the value you expect.
If you want to know how to create the drop down menu using php - go through the threads from last week - I think there is at least 2 posts with the same problem. For the JS script - it is a completely different story.
Good luck.