In GD how do I wrap text? Say a user enters in a long sentence that would otherwise go off the image, is there a way to make it go to a new line after say 40 characters?
And is there a way to limit characters?

In GD how do I wrap text? Say a user enters in a long sentence that would otherwise go off the image, is there a way to make it go to a new line after say 40 characters?
And is there a way to limit characters?
http://uk.php.net/wordwrap
That will sort out the word wrap.
To limit length, look into substr.
Want to hide these adverts? Register an account for free!