HTML_Crypt
[ class tree: HTML_Crypt ] [ index: HTML_Crypt ] [ all elements ]

Source for file html.php

Documentation is available at html.php

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  <head>
  5.   <title>HTML_Crypt example</title>
  6.  </head>
  7.  <body>
  8.   <p>
  9.    When javascript is enabled, you should see a email link in the next line.
  10.   </p>
  11.   <p>
  12. <?php
  13. require_once 'HTML/Crypt.php';
  14.  
  15. $c = new HTML_Crypt('yourname@example.com'8);
  16. $c->addMailTo();
  17. $c->output();
  18. ?>
  19.   </p>
  20.  </body>
  21. </html>

Documentation generated on Mon, 11 Mar 2019 15:41:16 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.