Im having trouble figureing out how to break a lin if there are too many characters in it. Wordwrap didnt work.
http://www.toon-workshop.net/portal/view.p...=music&id=1
Thats the url so you can see what my problem is.
Breaking (PHP)
Started by Hip Hop Artist, Aug 24 2007 07:03 PM
3 replies to this topic
#1
Posted 24 August 2007 - 07:03 PM
#2
Posted 24 August 2007 - 07:12 PM
Wordwrap should have worked, how did you use it?
#3
Posted 24 August 2007 - 07:13 PM
$newrepbody = wordwrap($thisrepbody, 40, "<br />\n"); echo $newrepbody;
#4
Posted 25 August 2007 - 03:44 PM
try with chunk_split()
Edited by cigraphics, 25 August 2007 - 03:45 PM.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
