You may want to provide more information like why
is this string being split at these seemingly
random points?  Maybe there is a common separator
or could be? But anyway it sounds like you want 
substr().

  http://www.php.net/substr


Regards,
Philip Olson



On Wed, 18 Dec 2002, Alex Ciurea wrote:

> Hi,
> 
> I know it is easy but I can't figure how I should do
> 
> I want to split a string from position  1 to 9, from 10 to 36, from 37 to 54 and so 
>on...
> 
> how can I do this?
> 
> 
> is there a function who does this?
> 
> 
> Regards,
> 
> Alx
> 
> 
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to