Jump to content

s481797

Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Everything posted by s481797

  1. i already solved it. it appeared the <FORM> tag was beneath the <TABLE> tag instead of above the <TABLE> tag... [img src=\"style_emoticons/[#EMO_DIR#]/smile.gif\" style=\"vertical-align:middle\" emoid=\":smile:\" border=\"0\" alt=\"smile.gif\" /]
  2. Hi, I've got a very strange problem. I've got a form with 4 fields from which the last one (email0) should be able to duplicate. So, it contains an add button and when the user clicks it, another row is being add to the form. This row contains the input field (email1) and another add button. when pressed another row shows up with input field email2 etc. When submitting the data, the data from the added fields are gone, except in IE. How is this possible? Thanks in advance, Dimitri
  3. i don't know if this is a very good topic title, but finding a title is almost more complicated than the problem itself... ;-) i've got 2 tables: 'device_relation' and 'device'. device relation connects one device to another device. so in device_relation i've got 3 fields: device_relation_id, output_device_id and input_device_id. for example: 1, 1, 2. the out_device_id and input_device_id are foreign keys to the 'device' table. device has got 2 fields: device_id and name. for example: 1, DVD and 2, TV. so, according to my device_relation table, a DVD is connected to a TV. so far, so good. however, i can't find a proper query to show both DVD and TV instead of the output_device_id and input_device_id when i select all records from 'device_relation'. i have been busy with joins, but i can't join the device table twice. does anybody have an idea? thanks in advance!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.