Hi there
I followed the tutorial on the guestbook very closely, basically just adding a field in the DB to suit my needs. My problem comes with the delete routine. The file where i choose the record i want to delete works fine, but when i pass the index number of the record to be deleted to the actual file which does the deleting, i get the page cannot be found.
ie. DBdelete?2 or any other integer give me page cannot be found.
If i hardcode the integer into DBdelete, it deletes the right record. If I try to run DBdelete, it crashes because i have no supplied it with a number.
Any help would be appreciated. Thank you for your time.