
Iqbal Hossain alo - 2010-06-17 08:09:32 -
In reply to message 1 from saqwild
Would you please tell me your requirement clearly with an example.
In fact in this class you can send any query and limit number using following method.
$QueryString= "Select * From myTable " ;
$PageLimit = 20;
So call the class and put following variable.
$myVar= new pagination ($UserURL,$DBLink,$QueryString,$PageLimit,$CurrentPageNumber)
If this is not suitable please write your problem with example.