How to explode this string :
00004.00001.00003.00001.00003
in an array like this :
array (size=3)
0 => string '00004' (length=5)
1 => string '00004.00001' (length=10)
2 => string '00004.00001.00003' (length=15)
3 => string '00004.00001.00003.00001.00003' (length=20)
Thx
array (size=3)? Make sure your explanation is right please/print_rorvar_dump. On topic: This is not so hard to do, what have you tried?forloops to concatenate. Good luck with your homework.