Re: [PHP] updating a database

2010-07-14 Thread Bastien Koert
On Wed, Jul 14, 2010 at 9:59 AM, David Mehler dave.meh...@gmail.com wrote: Hello, What i'm trying to do certainly doesn't seem hard conceptually, but coding it has been rough. I'm wondering if anyone has anything similar. I've got a database with records. The first time the page is accessed

RE: [PHP] updating a database

2010-07-14 Thread Bob McConnell
From: David Mehler What i'm trying to do certainly doesn't seem hard conceptually, but coding it has been rough. I'm wondering if anyone has anything similar. I've got a database with records. The first time the page is accessed the submit button won't be selected, so display information

RE: [PHP] updating a database

2010-07-14 Thread Ashley Sheridan
On Wed, 2010-07-14 at 10:29 -0400, Bob McConnell wrote: From: David Mehler What i'm trying to do certainly doesn't seem hard conceptually, but coding it has been rough. I'm wondering if anyone has anything similar. I've got a database with records. The first time the page is accessed

RE: [PHP] updating a database

2010-07-14 Thread Tommy Pham
-Original Message- From: Ashley Sheridan [mailto:a...@ashleysheridan.co.uk] Sent: Wednesday, July 14, 2010 11:29 AM To: Bob McConnell Cc: David Mehler; php-general Subject: RE: [PHP] updating a database On Wed, 2010-07-14 at 10:29 -0400, Bob McConnell wrote: From: David Mehler

Re: [PHP] updating a database (mysql)

2001-09-27 Thread sagar N Chand
try using the die function. it might help out. or u can use the mysql_affected_rows functions. check out. http://www.php.net/manual/en/function.mysql-affected-rows.php /sagar - Original Message - From: Joseph Bannon To: PHP (E-mail) Sent: Thursday, September 27, 2001 1:17 AM

Re: [PHP] updating a database (mysql)

2001-09-26 Thread Sheridan Saint-Michel
I think this is what you are looking for http://www.php.net/manual/en/function.mysql-affected-rows.php Sheridan Saint-Michel Website Administrator FoxJet, an ITW Company www.foxjet.com - Original Message - From: Joseph Bannon [EMAIL PROTECTED] To: PHP (E-mail) [EMAIL PROTECTED] Sent:

RE: [PHP] updating a database (mysql)

2001-09-26 Thread Maxim Maletsky \(PHPBeginner.com\)
Try mysql_affected_rows() It will tell you how many rows were affected. Maxim Maletsky www.PHPBeginner.com -Original Message- From: Joseph Bannon [mailto:[EMAIL PROTECTED]] Sent: mercoledì 26 settembre 2001 21.47 To: PHP (E-mail) Subject: [PHP] updating a database (mysql) When I