+ 2
How to add an update button on html table using php on your database
Hello guys can anyone help me out in this problem, so i've created a table (with <th> <tr>) on html about name surname username etc, member info, but i need to use a delete button to delete a memeber info, then i need another one to do the update and i don't know how to do that using php.If someone could help i would be grateful!!!!
1 ответ
0
Erisa Bajrami
you can use javascript, in php you must use a database such as mysql. In php you don't have to create tables on html, php itself create html pages!