Jeffro Posted July 16, 2011 Share Posted July 16, 2011 Hi all. Forgive my lack of programming knowledge. I've learned a ton in the last few months but still get stuck in the easiest of places. Okay.. I have a database with a single mysql table in it and populated column named: email I'm trying to figure out the next step in the logic I need. I don't want to display the email on my website, but I want users to be able to email this email address. Each db record has an email that is associated to a unique 'title' (it's a classified ad site). How can I have visitors to my site shoot an email to this address, without it being seen? Many thanks. Quote Link to comment https://forums.phpfreaks.com/topic/242147-requesting-help-with-sending-email/ Share on other sites More sharing options...
TeNDoLLA Posted July 16, 2011 Share Posted July 16, 2011 Use some other field than the email field to recognize where to send the email e.g id field in the email table. And in the script that will be sending the emails get the email address from db based on the id. Quote Link to comment https://forums.phpfreaks.com/topic/242147-requesting-help-with-sending-email/#findComment-1243563 Share on other sites More sharing options...
Jeffro Posted July 16, 2011 Author Share Posted July 16, 2011 Thanks, TeNDoLLA. I'm happy to say that I finally just figured this out.. just took me over 4 hrs. I'm slow, but I'm getting there now so that's kind of exciting to me! Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/242147-requesting-help-with-sending-email/#findComment-1243568 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.