Php Email Text To Jpg Function

Php Email Text To Jpg Function
Hi, we need 2 basic functions to write emails on website protecting it from seach bots indexing.

1. We need a php function to create a jpg file from text.

function TxtToJpg($emailStr,$filepath)

If there is a temporary crating JPG file option, it can be accepted.

2. When we put this jpg email address inside the webpage, we dont want to write <a href=”mailto:xxx at xxx.com”>. The address should be encrypted by a php function, and i think we will call a javascript function like;

<on click:”OpenEmailLink(<?=EncryptEmail(“xxx at xxx.com”);?>);”

(if there is another solution to protect the email link, please explain it, it would be accepted)

txs.

Leave a Reply

Your email address will not be published. Required fields are marked *