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 then

$querey = "DELETE FROM auth WHERE id = $recordid";

Take care by deleting recordsets.

Regards,
Ruprecht

----------------------------------
E-Mail: Ruprecht Helms <[EMAIL PROTECTED]>
Date: 08-Jun-02
Time: 13:05:16

to be informed -> http://www.rheyn.de <-

This message was sent by XFMail
----------------------------------

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to