in reply to Re: MySQL / Perl Question
in thread MySQL / Perl Question

thanks a lot, using that count number i can divide it by /30 which gives me the number of page, like 2.3 so that would be 3 pages (2 and a bit) but how can i use that number, say 45 to generate this html: e.g. << 1 .. 2...3 >>

Replies are listed 'Best First'.
Re: Re: Re: MySQL / Perl Question
by princepawn (Parson) on Nov 10, 2001 at 22:40 UTC
    oh good point, use int() to force it into integer