11-21-2016, 08:49 AM
Hey mudmin, I have yet another question/challenge
When in the profile of a user (not your own profile but someone else's), I would like to be able to send that user an email using a small form field at the bottom of that page (profile.php).
I understand that the form should retrieve the email address for that specific user from the database, but I am not sure how to go about that really.
Do you have any ideas for that?
Also, is it perhaps possible to hash the email addresses in the DB so they are stored more securely? Or is that not necessary?
When in the profile of a user (not your own profile but someone else's), I would like to be able to send that user an email using a small form field at the bottom of that page (profile.php).
I understand that the form should retrieve the email address for that specific user from the database, but I am not sure how to go about that really.
Do you have any ideas for that?
Also, is it perhaps possible to hash the email addresses in the DB so they are stored more securely? Or is that not necessary?