Class constructor.
Accepts a parameter
<?php
include 'Mailto.php';
//$mailto = new Mailto('cc8b'); Use this line for cc8b
?>
Mailto
Mailto
([string $encoding_type = 'rot13'])
-
string
$encoding_type: The encoding type used for encryption
Create an encrypted mailto link using the e-mail address and content passed as parameters.
<?php
include 'Mailto.php';
//$mailto = new Mailto('cc8b'); Use this line for cc8b
$mailto->createLink('spam@debuggeddesigns.com','Debugged Interactive Designs');
?>
string
createLink
(string $addr, string $content)
-
string
$addr: The e-mail address you want to hide from spam harvesters
-
string
$content: The term that will be clickable