ricktee76 Posted March 7, 2008 Share Posted March 7, 2008 I'm trying to delete the first 26 characters of a string, i have looked around and cant make sense of the function that does this, it must be the first 26 chars because the length of the remaining string varies. all help greatfully recieved Link to comment https://forums.phpfreaks.com/topic/94969-deleting-chars-from-strings/ Share on other sites More sharing options...
BlueSkyIS Posted March 7, 2008 Share Posted March 7, 2008 $leftovers = substr($your_string, 26); Link to comment https://forums.phpfreaks.com/topic/94969-deleting-chars-from-strings/#findComment-486464 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.