View Single Post
Old 04-25-2006, 05:53 PM   #3 (permalink)
arch13
Loves my girl in thongs
 
arch13's Avatar
 
Location: North of Mexico, South of Canada
I got the function working.

It's located here:
http:www.arch13.com/prevnext.php

The code to print the links is:
PHP Code:
$pre_href 'index.php?id=brewery/brewery&id2=';
$post_href '';
$page_no $HTTP_GET_VARS['id2'];
print 
navigation($pre_href$post_href121103$page_no); 
However, I just want it to print < 5 >, etc where the number is the active page, and the arrows are for next and previous.

I edited the first post to show the function in a working form.
Any ideas are greatly appreciated.
__________________
Seen on an employer evaluation:

"The wheel is turning but the hamsters dead"
____________________________
Is arch13 really a porn diety ? find out after the film at 11.
-Nanofever

Last edited by arch13; 04-25-2006 at 06:42 PM..
arch13 is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62