Re: [PHP-DB] Why the following error, yet it works anyway

2002-01-15 Thread Miles Thompson
Chip, You're not going to like this .. on the delete you aren't fetching any rows. Miles At 09:18 AM 1/14/2002 -0800, [EMAIL PROTECTED] wrote: >I have the following short web page to delete dealer bulletins from a >database. My page lists >all the bulletins in the database - id and subject. The

RE: [PHP-DB] Why the following error, yet it works anyway

2002-01-14 Thread chip . wiegand
houldn't this fix the problem so now it will return the database list because the submit button is not pushed (on returning to the page)? -- Chip > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 14, 2002 11:18 AM > To:

RE: [PHP-DB] Why the following error, yet it works anyway

2002-01-14 Thread Rick Emery
ay, January 14, 2002 11:18 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] Why the following error, yet it works anyway I have the following short web page to delete dealer bulletins from a database. My page lists all the bulletins in the database - id and subject. There is a text input field to e

[PHP-DB] Why the following error, yet it works anyway

2002-01-14 Thread chip . wiegand
I have the following short web page to delete dealer bulletins from a database. My page lists all the bulletins in the database - id and subject. There is a text input field to enter the bulletin id number and hit the delete button, and the bulletin is deleted. It works except after the submit