> // build your links
> // this will, of course, change with your dating schema
> $prev_link = "http://yourdomain.com/?$prev_year-$prev_month-$prev_day;
> $next_link = "http://yourdomain.com/?$next_year-$next_month-$next_day;
Sorry, I omitted the closing quote mark on these lines. Here is a
non-
> Does anyone know of a well written example of this? I have seen so many
> examples, but the over head just seems to be too much... does anyone have a
> smooth and well written routine?
> Regards,
> Kunal Jhunjhunwala
I think this may help out. I wrote a site that has a daily devotional on
it,
phpbuilder has a good article on prev&next buttons, the code is based on
mysql but take a look at the mysql & odbc functions... view, compare and
adjust to your needs:
http://www.phpbuilder.com/columns/rod20001214.php3
with kind regards,
Joffrey van Wageningen
ne2000.nl
- Original Message -
The sql is
select name from members limit offset,10;
you have to generate offet which _must_ be an integer.
Regards,
Andrey Hristov
- Original Message -
From: "Rambo Amadeus" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, December 23, 2001 6:06 PM
Subject: [PHP] Prev ...
4 matches
Mail list logo