Boo-urns Posted February 14, 2007 Share Posted February 14, 2007 What I'm trying to do is send multiple invitations to several contacts by the users choice. I'm not sure how to go about that. Any suggestions? Corey Quote Link to comment https://forums.phpfreaks.com/topic/38443-best-way-to-send-multiple-invitations/ Share on other sites More sharing options...
redarrow Posted February 14, 2007 Share Posted February 14, 2007 your have to exsplain a lot more then that please. are you using a database are the user to be contacted geting an email or what? like i say i am guessing? Quote Link to comment https://forums.phpfreaks.com/topic/38443-best-way-to-send-multiple-invitations/#findComment-184451 Share on other sites More sharing options...
Boo-urns Posted February 14, 2007 Author Share Posted February 14, 2007 Yea sorry about that. Yes I am using a Database and the user will be able to pick, or type in the user(s) they want to send the invitation too. Basically it will just have an event name / date / location / details. I've already set up that table and a table for the users events that they accept. So they will receive it possibly by e-mail but definitely a notification in their profile (of course they can just add the event themselves) Quote Link to comment https://forums.phpfreaks.com/topic/38443-best-way-to-send-multiple-invitations/#findComment-184467 Share on other sites More sharing options...
redarrow Posted February 14, 2007 Share Posted February 14, 2007 a user visits a profile then the user get's a link on that profile what says (request invetation ) example only. they press the link then the database gets the users current profile information and the current users information like there id probley a session id. within the database table your have a example invite colum meaning a user requested an invite to a number 0 for invite that done via update. now the other user that got the invite should get an email but also a link of the user that wanted to be invited once that user has looked at the invited user profile the user has the option to accept the invtitation that will update the database request to a 1 now also via an update query. now if the user has accepted the invertation and wants to no that user there should be a page were the user can see all his/her invited users a pic a name would be nice and the users profile link would be even nicer. the more you brake the idear down the easer it becomes and the more we can all help as were all no what's wanted in php code format. this only an idear good luck. Quote Link to comment https://forums.phpfreaks.com/topic/38443-best-way-to-send-multiple-invitations/#findComment-184470 Share on other sites More sharing options...
Boo-urns Posted February 14, 2007 Author Share Posted February 14, 2007 Yea that is an idea to start we'll see how it goes. Thanks Quote Link to comment https://forums.phpfreaks.com/topic/38443-best-way-to-send-multiple-invitations/#findComment-184473 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.