Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Results.. limiting characters
Old 08-24-2004, 02:51 PM Results.. limiting characters
Unknown.

Posts: 1,693
Trades: 0
Say i have a variable $descripton which has been selected from MySQL.. How would I set it so it displays only the first 50 or so characters and then '...' on the end

So it just displays a brief description..Like on this forum

Eg

This is just a brief description describing...

Thanks

-James
Dark-Skys99 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-24-2004, 03:10 PM
KeithMcL's Avatar
Super Talker

Posts: 128
Location: Dublin, Ireland
Trades: 0
Afaik, you can do it two ways.

You can use MySQL to limit the number of characters that is returned by using:
Code:
SELECT LEF(columnname,50) FROM tablename...
Or you can use PHP to only display the first 50 characters by using:
PHP Code:
echo substr($description0,50); 
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
KeithMcL is offline
Reply With Quote
View Public Profile
 
Old 08-24-2004, 04:16 PM
Unknown.

Posts: 1,693
Trades: 0
Thanks

-James
Dark-Skys99 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Results.. limiting characters
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.24498 seconds with 12 queries