PHP wildcard question - need help

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!

Moderator: General Moderators

Post Reply
JosiaMFire22
Forum Newbie
Posts: 9
Joined: Thu Oct 12, 2006 1:12 am

PHP wildcard question - need help

Post 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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

JosiaMFire22
Forum Newbie
Posts: 9
Joined: Thu Oct 12, 2006 1:12 am

Post by JosiaMFire22 »

LOL sorry bout that, thanks heaps, bit of a newb I am..
Post Reply