PHP HELP!
PHP HELP!
Out of context: Reply #1
- Started
- Last post
- 7 Responses
- fusionpixel0
There is no one script that says "Fetch email addresses and put them in a drop down"
You need to
1. connect to the database
2. find the column where all your email addresses are
3. create the drop down
4. add the information from the database to the dropdown
5. decide what you want to do once the user uses the drop down
a) launch their email client
b) open a new page
c) do nothing
6. of course the final step where to place the dropdownSoooo.... which one of these steps do you need help with?