ajax pagination in php
Posted: Thu Nov 19, 2009 5:10 am
hi
i want to display 10 records per page. im using php pagination in database query
i want to display results using ajax.for that please check the attachment i was added.
i want to dispaly pagination top and bottom for the records like
< 1 2 3 4 5 6>
sl.no name city
1 aaa ss
2 aa... f..
3 fdf ddfs
< 1 2 3 4 5 6>
please help me.
thank you in advance
i want to display 10 records per page. im using php pagination in database query
Code: Select all
select * from $table_name order by $order_by limit $start,$per_page
i want to dispaly pagination top and bottom for the records like
< 1 2 3 4 5 6>
sl.no name city
1 aaa ss
2 aa... f..
3 fdf ddfs
< 1 2 3 4 5 6>
please help me.
thank you in advance