|
It's
pretty
easy
to
use
the
encoder.
All
that
you
need
to
do
is
to
type
your
email
address
above
and
a
subject
if
you
want
and
also
click
"Link"
You
can
now
open
any
html
of
php
page
with
notepad,
search
for
your
email
address
and
replace
it
with
the
generated
code.
Take
note
of
the
beginning
<a
and
ending
</a>
<a
href="mailto:frank@coetzee.biz">frank@coetzee.biz</a>
Replace
it
with
the
code
<a href="mailto:frank@coetzee.biz?subject=Example Subject">frank@coetzee.biz</a>
|