Re: [PHP-DB] appending new entry to old entries

2002-04-18 Thread Ron Allen
Thanks Jason Wong [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... On Thursday 18 April 2002 16:51, Ron Allen wrote: I would like to make it so that my helpdesk section can append entries in their Master Station Log. Update replaces the entryany clues?? You would have

RE: [PHP-DB] appending new entry to old entries

2002-04-18 Thread Jonathan Hilgeman
-Original Message- From: Jason Wong [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 2:27 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] appending new entry to old entries On Thursday 18 April 2002 16:51, Ron Allen wrote: I would like to make it so that my helpdesk section can append

RE: [PHP-DB] appending new entry to old entries

2002-04-18 Thread Gurhan Ozen
Ron, Are we talking about appending new values to the database tables? If yes, you need to use INSERT INTO ... VALUES syntax ... If you mean to append the new values to a file , then you need to open the file in a mode. Gurhan -Original Message- From: Ron Allen [mailto:[EMAIL

RE: [PHP-DB] appending new entry to old entries

2002-04-18 Thread Beau Lebens
// -Original Message- // From: Ron Allen [mailto:[EMAIL PROTECTED]] // Sent: Thursday, 18 April 2002 7:34 PM // To: [EMAIL PROTECTED] // Subject: Re: [PHP-DB] appending new entry to old entries // // // Thanks // // Jason Wong [EMAIL PROTECTED] wrote in message // news:[EMAIL PROTECTED