Forum     

Go Back   Digit Technology Discussion Forum > Portables, Peripherals and Electronics > QnA (read only)
Register FAQ Calendar Mark Forums Read

QnA (read only) Mods please help transfer the contents of this forum to proper sections. :)


 
 
LinkBack Thread Tools Search this Thread Display Modes
Old 05-01-2005, 07:11 PM   #1 (permalink)
Apprentice
 
Join Date: Sep 2004
Location: Thimphu
Posts: 87
Default Can any one hlp me to PHP trim


Folks,

Can any one who could hlp me plz....i got this script from this site : http://labs.silverorange.com/archive...june/smarttext but the codings are by array ...so i wanted something that could give from database . below is source code.

to have a full down load of the smart_trim : http://labs.silverorange.com/images/...smart_trim.zip

thanks








<?php
require('smart_trim.php');
$text=array();
$text[]='This is a test of a string with a lot of words that is to be trimmed at 20 characters';
$text[]='This is a test of a string with really-long-words-that-is-to-be-trimmed-at-20 characters';
$text[]=' This-is-a-test-of-a-string-that-contains-one-word-only-starting-with-whitespace';
$text[]='This-is-a-test-of-a-string-that-contains-one-word-only';
$text[]='This-is-a-test';
$text[]='!#$This is a test of a string with really-long-words-that-is-to-be-trimmed-at-20 characters ending-in-a-big-word';
$text[]='This-is-a-test-of-a-string-starting with a really long word end ending with regular sized words';

$length=20;
echo '<table cellspacing="0" border="1"><tr>';


echo '</tr>';
foreach($text as $string) {
echo '<tr>';


echo '<td>'.smart_trim($string,$length).'</td>';

echo '<td>'.smart_trim($string,$length,true).'</td>';

echo '</tr>';
}
echo '</table>';

?>
__________________
Flip like a butterfly, sting like a bee
Butterfly is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 06-01-2005, 10:28 PM   #2 (permalink)
Wise Old Owl
 
alib_i's Avatar
 
Join Date: Jun 2004
Location: omnipresent
Posts: 1,191
Default

ughh .. i cudnt get you ..
do u mean .. you want the text string to be taken from a database instead of writing it as input?
and what kind of database .. text or MySQL?

-----
alibi
__________________
What I've felt, What I've known; Never shined through in what I've shown
Never free, Never me; So I dub thee unforgiven
-Metallica
alib_i is offline  
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by Charan
- by clinton
- by Krow

Advertisement




All times are GMT +5.5. The time now is 11:49 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2