PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I am in the process of making a user arena where you can view everyones user details. I have done the pagination 'Without all of the javascript' and I am now wondering how I can cut a large selection of text about 170 characters into about 25 characters. It sounds pretty ridiculous asking this but its for a good cause... Any help? The furthest I have got is chop() but that only slices 1 character from the end of a string from what I know...