Burrito
Brilliant ! Many thanks, its really quite simple.
Thanks.
Search found 5 matches
- Tue Apr 12, 2005 5:48 pm
- Forum: PHP - Code
- Topic: Member hyperlink to display their details
- Replies: 2
- Views: 550
- Tue Apr 12, 2005 5:38 pm
- Forum: PHP - Code
- Topic: Member hyperlink to display their details
- Replies: 2
- Views: 550
Member hyperlink to display their details
Hi, I wonder if any of you might be able to help. I have a seach function on my application that displays the users in my database as a mysql as a table. I would like the user to select the name, and then it will display their details. If you think you might have a solution, I would love to hear fro...
- Tue Apr 12, 2005 3:55 pm
- Forum: PHP - Code
- Topic: Storing Array of dropdown box into table
- Replies: 1
- Views: 181
Storing Array of dropdown box into table
Hi You guys helped me solve a problem before, and I was hoping that you might be able to help me with the following. I have an for loop that creates a list of drop down boxes and checkboxes. The list is changeable hence why i had to do this. $linkID = mysql_connect("localhost", "root&...
- Mon Apr 11, 2005 5:59 pm
- Forum: PHP - Code
- Topic: [SOLVED] Displaying list from mysql with dropdown
- Replies: 6
- Views: 684
Thanks for your help - my solution
Thanks for all of you suggestions. Here is my solution. <?php $linkID = mysql_connect("localhost", "root", "durban12"); mysql_select_db("talent", $linkID); $resultID = mysql_query("SELECT fun_list_id, fun_list_name, fun_checkbox FROM function_list where f...
- Wed Mar 16, 2005 5:04 pm
- Forum: PHP - Code
- Topic: [SOLVED] Displaying list from mysql with dropdown
- Replies: 6
- Views: 684
[SOLVED] Displaying list from mysql with dropdown
Hi, I am trying to populate a table on a webpage with the list from my industry_list table. This list is one of many that will display the "active" list that I have in the table. I am trying to do this in dreamweaver. When the list is retrieved, it needs to add a dropdown list (3 month, 6 ...