<?php $test = testing if (strlen($test) < 8) { print $test . " is " . strlen($test) . " characters.<br>"; } ?>