Forum Moderators: mack
Essentially, I want a tool by which people select each other from a list and are alerted of mutual selections.
I realize this is a lot to tackle as a newbie, just like it is a lot to ask of this forum. But even a simple point in the right direction would be much appreciated.
-- Nick
for each userid submitted
get email of that userid from table 'members
send them an email
create a new record in table 'members', populate it with the information from the above form.
end
Convert to the above to php, use mysql as the database to maintain the 'members' table.
Is that what you were thinking?
Pick up a copy of "PHP and Mysql Web Development" by Welling and Thomson. That's an excellent beginner book for this kind of stuff. Easy to read and I believe it will cover everything you need. I use it for reference occassionally to tweak some code when I'm in a rush.