[PHP] Re: [PHP-WIN] Deleting multiple items from database using checkboxes

2002-10-07 Thread Aitor
>my querylooks like this : >DELETE FROM gastenboek WHERE entryID=$dele . I think that the mySQL query should look like: DELETE * FROM gastenboek WHERE entryID=$dele so, you should do something like this: DELETE $thinks_to_delete FROM gastenboek WHERE entryID=$dele After the "DELETE" you must

[PHP] SMTP Authenticate

2003-03-15 Thread Aitor Cabrera
Hi, I'm trying to use the mail() funtion but I can only use this funtion the email myself (the same email that I put in the php.ini file). I f I try to email someone else I get an error 530 delivery not allowed to non-local recipient, try authenticating -7 How can I authenticate myselft? Which