|
edit and delete the table
can anybody help me am new to php/mysql
i have two tables in my database(name knownerror)
table1
username userid
php 1
c 2
c++ 3
table2
userid problemid error solution
1 1 no clear
2 2 yes notclear
3 1 yes notclear
like this.i have webpage displays like this
php
c
c++
if i click php, the database display in the (next) result page is
problemid error solution
1 no clear
1 yes notclear
upto this i will clear now how can i edit and delete this table . the edit and delete icon is in result page itself like below
problemid error solution action
1 no clear edit delete
1 yes notclear edit delete
can anybody help me plz
|