View Single Post
Old 11-27-2012, 11:02 PM   PM User | #11
mfoland
New Coder

 
Join Date: Dec 2010
Posts: 28
Thanks: 4
Thanked 0 Times in 0 Posts
mfoland is an unknown quantity at this point
Quote:
Originally Posted by durangod View Post
well you have the data youll just have to change the out put. If you can give me a few days ill do some testing, im in the middle of a project and my brain power is neck deep in it. But ill be glad to play around with it and get the output changed if you can give me a few days.

If not if anyone can assist would be great, ill check back in a few days and see your status. Im suppose to have this deal done by thursday for my friend.
That sounds good because I'm not sure that people understand that this style of pagination:

1-20 21-40 41-60 61-80 81-100 101-120 121-140 141-160 161-180 181-200 201-220 221-240 241-260 261-280 281-293

On there if you click say 21-40 that bolds... it's by the value of net=. On the one I was trying, where I have a previous and next link right now.. and with a ton of results, eh.. the style I want is better.. I use the value start= and it's like $current = "$start"; so it grabs the value and start is +1 so if you're on 0 you're seeing 1-20.. I got all that stuff good.. it's just the pagination for this style is very hard, but I really want it! I have the SQL above and that's the main functions.

Thanks!

Last edited by mfoland; 11-27-2012 at 11:04 PM.. Reason: fixed pagination not showing
mfoland is offline   Reply With Quote