kevgais Posted May 5, 2008 Share Posted May 5, 2008 Hi Guys, I'm just stating out on a new web project. I'm fairly experienced with VB and have a fair understanding of databases. Basically on my site I want someone to create an event/diary entry. Nothing complicated, just and event name, location, date, time, and a list of attendees and their email address. I'm confident in doing that. The problem I have is that I want to create an automated email sent to all the attendees of this event with a url back to the event details. Does anyone know of any examples or tutorials where I can learn about this please? Many thanks Kev Link to comment https://forums.phpfreaks.com/topic/104172-n00b-create-custom-url-back-to-diary-entry/ Share on other sites More sharing options...
dooper3 Posted May 5, 2008 Share Posted May 5, 2008 Look up the php mail function - http://www.php.net/mail There should be plenty of tutorials about it too if you google it, but php.net has some good examples usually. Link to comment https://forums.phpfreaks.com/topic/104172-n00b-create-custom-url-back-to-diary-entry/#findComment-533306 Share on other sites More sharing options...
kevgais Posted May 5, 2008 Author Share Posted May 5, 2008 cheers for the email link. What about the creation of the url? Link to comment https://forums.phpfreaks.com/topic/104172-n00b-create-custom-url-back-to-diary-entry/#findComment-533332 Share on other sites More sharing options...
dooper3 Posted May 5, 2008 Share Posted May 5, 2008 Well if you manage to make the diary, the url will just be the link to the relevant page of the diary... I don't see the problem there. Link to comment https://forums.phpfreaks.com/topic/104172-n00b-create-custom-url-back-to-diary-entry/#findComment-533334 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.