Re: [PHP-DB] HUGE problem here

2002-06-08 Thread Ruprecht Helms
Hi Camelia Enderby, hi others, > try this for the delete query: > $query = "DELETE FROM auth WHERE name='$deletename'"; > See if it helps. how the case there a different names in the table that are equal to the value of deletename. try to identify the recordset you want to delete by his ID and

RE: [PHP-DB] HUGE problem here

2002-06-08 Thread César L . Aracena
e 2002 06:14 a.m. > Para: César L. Aracena; PHP DB List > Asunto: RE: [PHP-DB] HUGE problem here > > "DELETE FROM auth WHERE name=$deletename LIMIT 1"; > > needs quotes > > "DELETE FROM auth WHERE name='$deletename' LIMI

RE: [PHP-DB] HUGE problem here

2002-06-08 Thread Peter Lovatt
ernet and open source software --- Sunmaia www.sunmaia.net [EMAIL PROTECTED] tel. 0121-242-1473 --- > -Original Message- > From: César L. Aracena [mailto:[EMAIL PROTECTED]] > Sent: 08 June 2002 10:04 > To: PHP DB List > Subject:

Re: [PHP-DB] HUGE problem here

2002-06-08 Thread Camelia Enderby
try this for the delete query: $query = "DELETE FROM auth WHERE name='$deletename'"; See if it helps. Cami - Original Message - From: "César L. Aracena" <[EMAIL PROTECTED]> To: "PHP DB List" <[EMAIL PROTECTED]> Sent: Saturday, June 0

[PHP-DB] HUGE problem here

2002-06-08 Thread César L . Aracena
Hi all, I have a deadline for tomorrow morning (4 more hours) and have one small problem I’ve been working on for 3 hours now. I want the Administrators of a site to be able to delete or create new Admin users from within one admin’s page. >From the “Aministrators page” they will see a list of