<?php $name = "Anthony"; var_dump( mb_substr($name, 0, 7), mb_substr($name, 0, 20), mb_substr($name, 20, 20) );
You have javascript disabled. You will not be able to edit any code.