"Gowthaman Ramasamy" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > hello list, > can we split a string into substrings of particular size. > for example .. > i have as sting of 1000 characters. can i split it into stings of 150 > and feed them into an array. >
This should be EXACTLY what you're looking for: http://de3.php.net/manual/en/function.str-split.php Regards, Torsten -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php