Using Javascript to show contents that are present in DB

kjk

New Member
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 \[code\]<select>\[/code\] 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:
x0PtF.jpg
Click on a category, show information. Actually I'm supposed to have on the second cell another sub-category, but I believe that If I can get this first step solved then it will be a matter of applying it to the 2nd/3rd cells.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?
 
Back
Top