OK, so...I am currently working on an email form for a client who wants to use the following encryption to encrypt emails sent from his site ( please don't ask me why, I haven't the slightest idea why lol)...
My Problem is, I cannot figure out how to get the encode() function to parse the posted data and properly display in the email sent from the server...Here is my email script as is stripped as much as possible
Nevermind, figured out the issue, did a phpinfo() on the server...turns out mcrypt is not installed...i was told it was...guess i should have double checked anyhow.
My Problem is, I cannot figure out how to get the encode() function to parse the posted data and properly display in the email sent from the server...Here is my email script as is stripped as much as possible
And Of course, that doesn't work...It shoots me a 500 error :(
If anyone has any suggestions i would more than appreciate it!
Thanks guys...The solution is simple and on the tip of my tongue but i just can't get it out.
p.s. I removed all validation and comments to make it really really minimal...
But I coompletely overlooked the actual mail() function itself...
I will give that a go and see what happens...Thanks a lot for noticing that!