glenelkins Posted May 8, 2006 Share Posted May 8, 2006 HiFor some reason after writing so many php programs i cannot remember how to take off a number of characters from the front of a string (in this case the first 2). Trim() is useless in this circumstance. Any other options??Cheers Link to comment https://forums.phpfreaks.com/topic/9301-quick-string-question/ Share on other sites More sharing options...
AndyB Posted May 8, 2006 Share Posted May 8, 2006 [a href=\"http://ca.php.net/manual/en/function.substr.php\" target=\"_blank\"]the substr() function[/a] with the [a href=\"http://ca.php.net/manual/en/function.strlen.php\" target=\"_blank\"]strlen() function[/a] Link to comment https://forums.phpfreaks.com/topic/9301-quick-string-question/#findComment-34258 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.