0
how can i show my database by pressing button.
I created two button and two dfrnt database..button are lyk food and employee button...now I want to show my database if I press food button than it will show food database and employee button it will show employye database...how can I impliment it.?
1 Réponse
0
first use if conditions for 2 buttons.
now make table inside while loop for displaying your whole data.
run query : "select * from food ;" and "select * from employee ;"