Add a comment to the code and fix the indentation to match the rest of code.

This commit is contained in:
Mark Crane 2015-02-10 00:56:57 +00:00
parent 6b03488eb0
commit 4138541e06
1 changed files with 14 additions and 12 deletions

View File

@ -38,6 +38,8 @@
//includes
if (!defined('STDIN')) { include "root.php"; }
require_once "resources/require.php";
//define a function to remove html tags
function rip_tags($string) {
// ----- remove HTML TAGs -----
$string = preg_replace ('/<[^>]*>/', ' ', $string);