I'm having the following problem, and would love some pointers in the right direction. To put things simple:
I information from a table, with PHP, that I put inside a <select>
tag.
Whenever I click one of the options (lines) present it should load/show certain information on a cell that is right next to it. If I click another one of the options it should show different information (loaded from a database).
Like this:
, Kategori için tıkla bilgileri gösterir. Aslında ben ikinci hücrenin başka bir alt kategori olması gerekiyordu, ama ben çözüldü bu ilk adım alabilirsiniz Eğer o 2nd/3rd hücrelere uygulayarak meselesi olacağına inanıyoruz ediyorum.
UPDATE: I am also considering using a frame inside that cell, a php document, that reloads everytime the user clicks on one of the options. Is that viable as well?