PHP Classes

File: test_cleaner.php

Recommend this page to a friend!
  Classes of silviu dicu   Cleaner   test_cleaner.php   Download  
File: test_cleaner.php
Role: Example script
Content type: text/plain
Description: test program
Class: Cleaner
Remove symbols and HTML tags from text
Author: By
Last change:
Date: 14 years ago
Size: 191 bytes
 

Contents

Class file image Download
<?php

require_once('Cleaner.php');

$str = "'' OR '' USERNAME = $s{d};!<html>&s";

print
Cleaner::clean_rfc1808($str) . "\n";
print
Cleaner::html_chars(Cleaner::clean_rfc1808($str)) . "\n";