encoding single email address question
-
Instruction in FAQ reads: If you want to encode a single email address, use the eae_encode_str() function: <?php echo eae_encode_str(‘[email protected]’); ?>
when I paste this: <?php echo eae_encode_str(‘[email protected]’); ?>
into the page, and put a real email address in place of [email protected] nothing appears when I publish the pageam I supposed to delete the apostrophes around [email protected] or leave them in place?
what else might I be doing wrong?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘encoding single email address question’ is closed to new replies.