Re: [PHP] Guestbook

2008-01-13 Thread Børge Holen
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 > > > >

RE: [PHP] Guestbook

2008-01-13 Thread Andrés Robinet
> -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, > > >

Re: [PHP] Guestbook

2008-01-13 Thread Børge Holen
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

[PHP] Guestbook

2008-01-12 Thread Andrés Robinet
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

Re: [PHP] Guestbook

2002-12-01 Thread Jeffrey B. Ferland
> 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"; > ... > ..

Re: [PHP] Guestbook

2002-12-01 Thread Jason Wong
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

[PHP] Guestbook

2002-12-01 Thread Vicky
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

[PHP] KISGB Version 4.0.4 Released - PHP Guestbook

2002-04-02 Thread Gaylen Fraley
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/

Re: [PHP] Guestbook previous 10/next 10

2002-03-21 Thread Miguel Cruz
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

[PHP] Guestbook previous 10/next 10

2002-03-21 Thread James Taylor
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

RE: [PHP] Guestbook question

2002-02-25 Thread joakim . andersson
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:

[PHP] Guestbook question

2002-02-22 Thread James Taylor
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

[PHP] PHP GuestBook - KISGB (Keep It Simple Guestbook) Version 3.0 Released

2001-12-30 Thread Gaylen Fraley
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

[PHP] KISGB - PHP Guestbook

2001-09-22 Thread Gaylen Fraley
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