Ugh! Thanks, Adam. I knew it would be something stupid. Although I am kind of new (less than 6 months) to PHP, I'm really not that bad with it (IMHO). I really thought I had tried putting the DELETE stuff where you said to put it and it didn't work. However, new day, fresh eyes, your advice...it works now. Thanks again. Rich
-----Original Message----- From: Adam Royle [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 03, 2002 2:22 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Refresh after DB Query Sorry if you are a newbie...... but.... if might help if you delete the records before you select them to display in html ie: put the delete query at the top of the page, just after this line: require ("templates/db_connect.php"); adam