I need a help.. I need to check a string which have a differentcspecific pattern at its 0-5th position. and i need to remove that pattern from that position can u help me in this regard. I am a beginner on php.
For example.
- if a number string like "009715012345" i need to crop 00971 from the first 5 position
2.if a number string like "+9715012345" i need to crop +971 from the first 5 position
3.if a number string like "97105012345" i need to crop 9710 from the first 4 position
want to check all condition. When it is inserting to database it should start from 5012345