limit dispaly lenth

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
turgs
Forum Newbie
Posts: 6
Joined: Fri Apr 07, 2006 1:56 pm

limit dispaly lenth

Post by turgs »

what set of codes should i use if a wanted to display a record from my database but not the whole of it, jus a certain length..

you know in news articles like...

NEWS TITLE
This is the news article. Some people had
been in the news... read more

like this one! =O[/b]
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

substr() or one of the threads from Useful Posts
Post Reply