Objective:
Create one function that controls the length for one string of caharacters in drupal.
Function:
<?php
function max_length($string) {
$string = check_plain($string);
Objective:
Create one function that controls the length for one string of caharacters in drupal.
Function:
<?php
function max_length($string) {
$string = check_plain($string);