You just have to pass simple mySql query like "select * from my table" as a first argument.
and as a second argument, just pass total number you want to display as paging eg "10"
so the function would be paging("select * from myTable", 10);
Submitted by vijay - 2008-09-10 21:49:29
Channels - php
Tags - php
dynamic
paging



