I want to be able to get the first 30 characters of a string, and display them. is this possible??
echo(substr($string,0,30));
HTH Rob
thankyou