Hello guys I find it hard to have an delete/update action of datas within the table. Any ideas there? Even simple will do, I just need an idea. Sample code. guys. Thanks!
Yes sir! I gather datas from my database(MYSQL) then display those datas in table then I was confused on how to delete and update those datas. Need your idea. A sample code if possible sir. xD
Have you tried constructing some queries using MySQL itself? Once you've done that, go investigate the mysql_query() function in PHP. It's impossible to provide sample code, in any case, without an idea of table structure.