PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Peter Klauer   CSS Protector   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: This is an example of how to use the class
Class: CSS Protector
Display text using CSS to prevent harvesting
Author: By
Last change:
Date: 18 years ago
Size: 427 bytes
 

Contents

Class file image Download
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>CSSProtector Example</title>

<?PHP
include 'class_cssprotector.php';
$cp = new cssprotector();
$cp->head();
?>

</head>
<body>
<h1>CSSProtector Example</h1>
The sourcecode of this page looks different whenever it is reloaded.

<?PHP

$cp
->write('some@email-address.hmpf');

?>

</body></html>