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 Quote Link to comment 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] Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.