how to echo only certain character number in php

112

$temp = substr($temp, 0, 5);
echo "$temp...";

Comments

Submit
0 Comments