Split an array, not working

Posted by Kyle Hudson on Stack Overflow See other posts from Stack Overflow or by Kyle Hudson
Published on 2010-05-07T13:57:57Z Indexed on 2010/05/07 14:08 UTC
Read the original article Hit count: 253

Filed under:
|
|

Hi

OK I need to figure out how to count how many numbers are in the following example.

07000000000,07000000001,07000000002,07000000003,07000000004 etc...

I have tried the following PHP functions.

explode, implode, count, foreach and for.

None of them seemed to have worked and I am really stuck now.

Any help will is appriciated.

Kyle

© Stack Overflow or respective owner

Related posts about php

Related posts about array