I am now very frustrated, as I have been trying for the last few hours to code a script to no success.
I have three tables:
ufJoin
users
feeds
In “ufJoin” I have the following: joinid, userid and feedid.
My script should look in “ufJoin” and for each userid it finds do the following:
- Look in the users table and grab the information stored in the email column
- Look in the feeds table and grab the information stored in the url column
When it has done that it should email every user with every url under their id.
Thanks guys.