PHP wildcard question - need help
Posted: Fri Nov 10, 2006 7:21 pm
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
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