Search found 1 match
- Mon May 17, 2004 9:15 am
- Forum: PHP - Code
- Topic: Split dynamic content
- Replies: 1
- Views: 243
Split dynamic content
Hello, I have been working on a new site for ages trying to come up with a good way to cleanly split up content using PHP or Javascript. Basically what I want to do is split dynamic content that includes links in to certain length chunks and not just cut off the string in the middle of a link. The l...