You can insert a progress bar using bootstrap for amount of data inserted into a given table in the database?
Ex:
If I have 100 records the bar would progress until you reach the number 100.
You can insert a progress bar using bootstrap for amount of data inserted into a given table in the database?
Ex:
If I have 100 records the bar would progress until you reach the number 100.
If you already have the bootstrap css you can use mysqli_num_row
to get the number of rows inserted into the table