Search found 2 matches

by hutch10
Tue Jun 01, 2010 12:35 pm
Forum: PHP - Code
Topic: PHP/MySQL Dropdown List
Replies: 1
Views: 283

Re: PHP/MySQL Dropdown List

This is a farily easy response. You need to add the distinct keyword to your select statement. What distinct does is select only those unique items for the field(s) that are in the section between the distinct and from clause. In your case, you only have one field (category), so you will have only t...
by hutch10
Tue May 25, 2010 2:04 pm
Forum: PHP - Code
Topic: PHP Dynamic drop down lists from MySQL data
Replies: 0
Views: 244

PHP Dynamic drop down lists from MySQL data

NOTE: Updated to add code on 02-JUN-2010 to help better explain issue. I have a MS Access database with three tables that I want to promote to the web using PHP and MySQL as the tools. For a few weeks I performed searches to see if I could find a resolution to my question and have not been able to f...