[PHP] Re: Guestbook

2002-12-01 Thread Thomas Seifert
Hi, you give less information. How do you compute the entry number and how do you save the entries and so on. Normally you will have to live with the gaps but sure, you can touch every entry and change its number ;-). Thomas On Sun, 1 Dec 2002 10:33:45 - [EMAIL PROTECTED] (Vicky) wrote:

[PHP] Re: Guestbook

2002-12-01 Thread sfasf saff
in mysql the autoincrement field will not go back to fill gaps... and this is for a good reason ... suppose you had an entry (bogus1) in your guest book with entry number 23 and you deleted it... now a new entry comes and it is given the entry number 23 ... well this ambigus : did u delete the

[PHP] Re: Guestbook question

2002-02-22 Thread Matthew J Gray
Take a look at mysql_data_seek() Matt James Taylor wrote: 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