How do I delete an entry that got old in my php guestbook?
encyclo
1:20 pm on Aug 28, 2004 (gmt 0)
That depends very much on the Guestbook script you are using. Does it use a database or a text file for storing entries?
If there is no admin interface for managing entries, then you will need to edit the entries by hand either in the database or in the text file. Back it up first, though!
electricocean
5:35 pm on Aug 28, 2004 (gmt 0)
I am using a code that writes it on a .txt file. My code came from the book Visual Quick Start Guide: PHP for the world wide web 2nd edition.