email notification
From: Arjan (c)
Date: 11/30/03
- Next message: Robert Oschler: "Funny characters in array after file() load."
- Previous message: in2minds: "Re: seems to be working now..."
- Next in thread: Jedi121: "Re: email notification"
- Reply: Jedi121: "Re: email notification"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 30 Nov 2003 18:42:04 +0100
I have the following 2 tables
+++++++++++
emailnotification
+++++++++++
userid
topicid
+++++++++++
+++++++++++
user
+++++++++++
id
email
etc...
+++++++++++
Now i want the following:
My addreply.php (a page from my forum) must look if there is a topicid (in
table "emailnotification") the same as $topic.
If there are... he has to take the userid.
With help of the table "user" they have to find the email-adresses.
Soo... for example $mailnick become:
$mailnick = info@arjan.nl, info@arjan.nl;
Can anyone help me? Thanx already
- Next message: Robert Oschler: "Funny characters in array after file() load."
- Previous message: in2minds: "Re: seems to be working now..."
- Next in thread: Jedi121: "Re: email notification"
- Reply: Jedi121: "Re: email notification"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|