$rest = substr("abcdef", 1, 3); // returns "bcd" http://www.phpbuilder.com/manual/function.substr.php > What PHP function returns just the first letter of a string? > - Matt > > -- > PHP Database Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php