How to iterate loop inside a string for particular count?

Posted by Parth on Stack Overflow See other posts from Stack Overflow or by Parth
Published on 2010-03-27T09:21:09Z Indexed on 2010/03/27 9:33 UTC
Read the original article Hit count: 409

Filed under:
|
|

Suppose I have a sting as "PHP Paddy,PHP Pranav,PHP Parth", now i have a count as 3,now how should I iterate loop in the string aiming on string after "PHP " to display the all the names?

© Stack Overflow or respective owner

Related posts about php

Related posts about string