I need create an HTML form as CRUD. This form record my inputs as "row_number", "channel_name" and "ip_address". It's record all data to mysql table with "ORDER BY row_number". It's okay, i created and working without edit and delete option.
Then i want add a button and this button export all data to a text file from the table or html list (i mean my records seems on a page as HTML table). But important is it must be export with "row_number" order.
Maybe someone can help me about it. I can use html+php+javascript
.
Please help me. Thanks.