static function
sanitizeString
($txt) { //remove tags return preg_replace ('/<[^>]*>/', '', $txt); }