A string contains some characters that needs to be deleted.
$a = "abcdefghijlkmnopqrstuvwxyz";
I want to delete 5,6,7,8th character from the text. every time characters are shuffled. and i want to delete those characters which are placed at 5th to 8th position
Asked
Active
Viewed 88 times
0

Abdur Rehman
- 41
- 11
-
2http://php.net/substr, or maybe http://php.net/substr_replace – Marc B Jan 25 '16 at 20:54