Insert progress bar with php - Bootstrap [closed]

0

You can insert a progress bar using 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.

    
asked by anonymous 19.06.2018 / 16:48

1 answer

1

If you already have the bootstrap css you can use mysqli_num_row to get the number of rows inserted into the table

    
19.06.2018 / 18:48