Hi I have implemented pagination for my script. say I have the values: $total_pages $current_page PHP: How should I display the page numbers? I have over 40 pages so how would I do something like googles pagination? cheers.
[perv],1,2,3,4,5..39,40,[next] this is what you need? you have it on a page like www.example.com/index.php?page=1? if so its very easy... PM me if you cant do it yourself.
crazy i just wrote an article for this couple days ago http://www.crankberryblog.com/2009/simple-dynamic-php-sliding-pagination if there's anything you don't understand just let me know