PHP Classes

File: Core/Sanitize.php

Recommend this page to a friend!
  Classes of jon   PHP Login Site with Cookie MD5 Hash   Core/Sanitize.php   Download  
File: Core/Sanitize.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: PHP Login Site with Cookie MD5 Hash
User login system using cookies with MD5 tokens
Author: By
Last change:
Date: 2 months ago
Size: 99 bytes
 

Contents

Class file image Download
<?php

Function escape($string)
{
    return
htmlentities($string, ENT_QUOTES, 'UTF-8');
}

?>