PHP - How to remove the first number in a string?

Posted by Dodi300 on Stack Overflow See other posts from Stack Overflow or by Dodi300
Published on 2010-04-20T12:03:12Z Indexed on 2010/04/20 12:13 UTC
Read the original article Hit count: 256

Filed under:
|
|
|
|

Hello. How can I remove the first number in a string? Say if I had these 48 numbers seperated with a ',' (comma):

8,5,8,10,15,20,27,25,60,31,25,39,25,31,26,28,80,28,27,31,27,29,26,35,8,5,8,10,15,20,27,25,60,31,25,39,25,31,26,28,80,28,27,31,27,29,26,35

How would I remove the "8," from the string? Thanks.

© Stack Overflow or respective owner

Related posts about php

Related posts about remove