Hiya,
Check this PAGINATION out that I built! What you think ?
Built from scratch I did and is working fine to query my Mysql DB and show results.
However, I need your feed-back to know if I managed to use the functions in the correct order or not.
//FUNCTIONS IN USE TO QUERY DATABASE:
//mysqli_stmt_store_result().
//mysqli_stmt_free_result().
//$rows_count = mysqli_stmt_num_rows($stmt).
//mysqli_stmt_get_result().
//FUNCTIONS IN USE TO BUILD PAGINATION SECTION
//ur