Page 1 of 1

PHP wildcard question - need help

Posted: Fri Nov 10, 2006 7:21 pm
by JosiaMFire22
Hey,
I have a string(we will call is $string) and it can be any amount of characters. OK so I have this string and I want to display it in a table - or anything for that matter. Problem is it goes right across the page if its a long string ( http://www.gamecentral.co.nz/yeah.JPG )so I was wondering if there is a way to like limit the size of the table to is doesnt go way across (look at example) or if I can split the string up (using php) and add <BR>'s where they are needed.
Any suggestions would be apreciated, Thanks, Josh

Posted: Fri Nov 10, 2006 7:35 pm
by feyd

Posted: Fri Nov 10, 2006 7:56 pm
by JosiaMFire22
LOL sorry bout that, thanks heaps, bit of a newb I am..