RE: [PHP-DB] Huw do I perform update? I missed the accual code bit.. sorry

2001-09-26 Thread Ricky Theil
September 26, 2001 11:41 AM To: 'Rick Emery'; [EMAIL PROTECTED] Subject: RE: [PHP-DB] Huw do I perform update? I missed the accual code bit.. sorry Id news_id an integer? $query = "UPDATE dvd.news_categories SET newscategory='$newscategory', newscat_status='$n

RE: [PHP-DB] Huw do I perform update? I missed the accual code bit.. sorry

2001-09-26 Thread Brian Paulson
n Online [EMAIL PROTECTED] http://www.chieftain.com > -Original Message- > From: Rick Emery [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 26, 2001 10:59 AM > To: [EMAIL PROTECTED] > Subject: RE: [PHP-DB] Huw do I perform update? I missed the > accual code bit.

RE: [PHP-DB] Huw do I perform update? I missed the accual code bit.. sorry

2001-09-26 Thread Rick Emery
]] Sent: Wednesday, September 26, 2001 11:14 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] Huw do I perform update? I missed the accual code bit.. sorry Sorry,: This is my query: $query = "UPDATE dvd.news_categories SET newscategory='$newscategory', newscat_status='$newscat_stat

[PHP-DB] Huw do I perform update? I missed the accual code bit.. sorry

2001-09-26 Thread Tommy Nilsson
Sorry,: This is my query: $query = "UPDATE dvd.news_categories SET newscategory='$newscategory', newscat_status='$newscat_status' WHERE newscat_id='$newsid'"; but it doesn't seem to work. help anyone? //Tommy