PHP Classes

File: as.php

Recommend this page to a friend!
  Classes of Pierre FAUQUE   Clear MBox Class   as.php   Download  
File: as.php
Role: Example script
Content type: text/plain
Description: Example of script anti-spam :o)
Class: Clear MBox Class
Clean mailbox from spam and unauthorized messages
Author: By
Last change:
Date: 17 years ago
Size: 181 bytes
 

Contents

Class file image Download
<html>

<head>
<title>Processus AntiSpam</title>
</head>

<body>
<?
require("class.clearmbox.php");
$mboxes = new clearmbox();
$mboxes->clearall();
?>
</body>

</html>