On Monday 14 January 2008 00:07:30 Andrés Robinet wrote:
> > -Original Message-
> > From: Børge Holen [mailto:[EMAIL PROTECTED]
> > Sent: Sunday, January 13, 2008 7:48 AM
> > To: php-general@lists.php.net
> > Subject: Re: [PHP] Guestbook
> >
> >
> -Original Message-
> From: Børge Holen [mailto:[EMAIL PROTECTED]
> Sent: Sunday, January 13, 2008 7:48 AM
> To: php-general@lists.php.net
> Subject: Re: [PHP] Guestbook
>
> On Sunday 13 January 2008 01:32:53 Andrés Robinet wrote:
> > Hi Guys,
> >
>
On Sunday 13 January 2008 01:32:53 Andrés Robinet wrote:
> Hi Guys,
>
> Anybody knows of a free and decent PHP Multilanguage guestbook (or at least
> supporting German and English)? I don't care if it is db-driven or uses
> flat files.
> I know how to write one, but it's for a website we didn't dev
Hi Guys,
Anybody knows of a free and decent PHP Multilanguage guestbook (or at least
supporting German and English)? I don't care if it is db-driven or uses flat
files.
I know how to write one, but it's for a website we didn't develop (but will
now host) and I'm feeling a bit lazy... maybe someone
> The quick solution, if you intend to continue the autoincrement field, is
to
> number the entries manually when you're displaying them: Something along
the
> lines of:
>
> $count = 0;
> while ($row(mysql_fetch_array($result_id))) {
> $count++;
> echo "Entry $count";
> ...
> ..
On Sunday 01 December 2002 18:33, Vicky wrote:
> Hiya ^_^
>
> I have a guestbook I coded myself using PHP. In the corner it keeps record
> of the entry number, but when I delete and entry the entries posted after
> it don't go back to catch up. So the entry numbers skip from 22 to 24, for
> example
Hiya ^_^
I have a guestbook I coded myself using PHP. In the corner it keeps record
of the entry number, but when I delete and entry the entries posted after it
don't go back to catch up. So the entry numbers skip from 22 to 24, for
example.
Is there anyway to stop this happening, so if i delete
Version 4.0.4 of my Keep It Simple Guest Book (KISGB) has been released.
Please refer to the history docs for changes.
--
Gaylen
PHP KISGB v4.0.4 Guest Book http://www.gaylenandmargie.com/phpwebsite/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/
On Thu, 21 Mar 2002, James Taylor wrote:
> I have this sort of guest book that only will display 10 entries on the
> page at a time, after that you have the option of previous 10, and if
> you're not on the front page you also have next 10. I'm getting the ID
> of the VERY LAST POST listed on the
I have this sort of guest book that only will display 10 entries on the page
at a time, after that you have the option of previous 10, and if you're not
on the front page you also have next 10. I'm getting the ID of the VERY LAST
POST listed on the page. So it's doing something like
while ($m
t > 0)
echo "Previous";
if ($offset < $total_rows)
echo "Next";
-
Call the page with myscript.php?offset=0
Good luck
Joakim
> -Original Message-
> From: James Taylor [mailto:[EMAIL PROTECTED]]
> Sent: Friday, February 22, 2002 8:40 PM
> To:
I have a really simple guestbook that allows someone to post to the book,
then it displays all the entries. Well, there are too many entries now for
just one page and it looks kinda wacky, so I wanted to do something where it
only displays 10 entries per page, then there are links for pages sa
I have released version 3.0 of my KISGB.
KISGB is a PHP guestbook program that does not require sessions, cookies, or
an rdbms. Can be Public or Private through HTTP Authentication. Automated
install script, fully customizable, clean, and fast. Separate multiple
logging capabilty for tracking
Since I originally announced this guestbook app here and so many have
downloaded it (thanks!), I need to let you know that I recommend getting the
latest copy. I have done quite a bit of work, even up to the sending of
this. There were a couple of warning messages that were appearing and there
h
14 matches
Mail list logo