hello.
i'm new in programming.
i want to ask.
i want to display all my tables from my db. when click one of the tables, it will show all value of that table.
now i can only display list of table and list value in each my table. i don't know how to link them.
example:
thank you
i'm new in programming.
i want to ask.
i want to display all my tables from my db. when click one of the tables, it will show all value of that table.
now i can only display list of table and list value in each my table. i don't know how to link them.
example:
Code:
//this is the example view of my output all table from my db +---------------------+ |administrator | +---------------------+ |programs & activities| +---------------------+ //if i click 'administrator', it will show this table +---------------------+ |title | +---------------------+ |file no | +---------------------+ |box no | +---------------------+
Comment