Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. kellie2

    Populating dropdown list with certain item selected

    Ok I will try this thanks for the reply.
  2. kellie2

    Populating dropdown list with certain item selected

    Hi and thanks in advance to anyone who can help me. I have two php pages. The first page contains all records in a database the user can then select a record and edit it - bringing them to the editRecord page. On the edit record page the information about the record once again appears in text...
  3. kellie2

    no input file only if include arguments

    Sorry about the post above I thought I was posting a new thread!
  4. kellie2

    no input file only if include arguments

    Hi and thanks in advance to anyone who can help me. I have to php pages. The first page contains all records in a database the user can then select a record and edit it - bringing them to the editRecord page. On the edit record page the information about the record once again appears in text...
  5. kellie2

    Drop down list is writing only one word to database

    Ok thats great thanks for the quick reply. I will give this a try now!
  6. kellie2

    Drop down list is writing only one word to database

    Sorry should have mentioned that bit. The drop down list is being populated by reading the values from a database. The code I am using for populating the drop down list is as follows: <?PHP $sql = "Select Error, Counter From errorgroup"; $result=mysql_query($sql,$db)...
  7. kellie2

    Drop down list is writing only one word to database

    I have a drop down list which contains about twenty options. Each options contains more than one word. When a user selects an option the selected item is supposed to be displayed in the database. This works ok but the problem is that only the first word of the option selected is displayed in the...

Part and Inventory Search

Back
Top