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 TouchToneTommy 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: *

  • Users: masterchef
  • Content: Threads
  • Order by date
  1. masterchef

    Insert error

    I am getting errors with a MySQL insert query which is puzzling me, it is based on the following query that works perfect. INSERT INTO selected_product_parent_options (F_ID, NAME) (SELECT {GET.NxT_ID}, NAME FROM parent_options WHERE NAME NOT IN (SELECT NAME FROM selected_product_parent_options)...
  2. masterchef

    text scroller/ticker

    I have been playing with various scripts to make a horizontal text scroller with the contents taken from an external file (php). This is not a problem but i need to be able to add two buttons that allow the direction to change ( < || > )and to pause on mouse over. This would normally be straight...
  3. masterchef

    MySQL insert problem

    Hi All This is my first posting so I hope I am in the correct area! The following code works perfect INSERT INTO selected_product_parent_options (NAME) SELECT NAME from parent_options WHERE NAME NOT IN (SELECT NAME from selected_product_parent_options) how ever if I try this INSERT INTO...

Part and Inventory Search

Back
Top