Add the function of how many pages the input box jumps to. Add the function of how many pages the drop-down box value jumps to. Add the database demonstration content and mysql data call example. Fix the problem of jumping after modifying parameters in the address bar. Fix the paging value limit. Only numerical values are allowed and Specifies that the upper and lower limits of the incoming value should not exceed the total number of pages or be less than 0 Limit paging value cannot be decimal
Paging class calling method and parameter description:
pageft($total,$pageSize,1,1,1,9,20,1);
// Parameter one $total total number //Parameter 2 $pageSize Number of pages per page // Parameter three turns on and off digital paging 0 off 1 on // Parameter four turns on the total record and current page information 1-20/100000 record 1/5000 page 0 off 1 on // Parameter five drop-down selection box switch 0 off 1 on // Parameter six, the number displayed in the middle of each page should be an odd number and parameter three needs to be turned on // The quantity displayed in the drop-down selection box of parameter seven needs to turn on parameter five. // Parameter eight jump box switch 0 off 1 on