>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
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
2 matches
Mail list logo