How is this done? I imagine it's a simple function, with a very simple answer, I've just never had any use for it before.
maybe strlen();
Yeah, strlen() will work. Follow this link to view the syntax: http://www.php.net/manual/en/function.strlen.php
Cgraz