i'm a little rusty with my PHP and i've been trying to make this mini project, my prob is with the paging, i'm trying not to display all the page numbers when there's a lot of pages
ie. if i have 10 pages, what i'm displaying is "1 2 3 4 5 6 7 8 9 10" but what i want to do is displaying something like "1 2 3 .... 8 9 10"
can anybody point me to a site that discusses that, i'm not really sure what keywords to type in google (i tried - php paging display "..." in page numbers multiple pages)

