C
|
cgphp 4/7/2012 |
Create an alias field, set it as Custom and enter the following code: $value = count(explode(" ",$data['certain_field']));
|
S
|
scoobysteve author 4/7/2012 |
Create an alias field, set it as Custom and enter the following code: $value = count(explode(" ",$data['certain_field']));
|