Ask a Question related to Dreamweaver AppDev, Design and Development.
-
studiomix54 #1
Dynamic Text and Trim
What exactly does the trim - right option do when selecting dynamic text from a
database field? I used the option and Dreamweaver changed the code to this:
<?php echo chop($RS1->Fields('csr_info')); ?>
But I'm not seeing anything change.
What i want to do is limit this to the first 100 characters or so when viewing
the record.
studiomix54 Guest
-
Trim Text Along a Path
I am trying to take a single letter that needs to be trimmed to fit within a circle. Essentially I want to replicate this image that I did in... -
load external text to dynamic text field in levels
Dear Sir I found the Tech Noe Index #16238 is useful in creating dynamically loaded text from external text file. However, the method mentioned... -
Dynamic text box within dynamic movie clip
I'm having a similar problem. On mine I noticed that although the text doesn't show and the border doesn't show, the cursor changes appropriately... -
Dynamic text fields. Continuing text over columns
Hi I'm doing a mock up news paper article over 4 columns in flash mx and the text loads in dynamically. I have 4 dynamic text boxes sitting side... -
Dynamic Text Loaded from Text files -> Flash 5 <-
I was wondering how I can dynamically load text into a text box from a text file using Flash 5. I've seen plenty infos how to do it with Flash MX but... -
Michael Fesser #2
Re: Dynamic Text and Trim
.oO(studiomix54)
[url]http://www.php.net/rtrim[/url]>What exactly does the trim - right option do when selecting dynamic text from a
>database field? I used the option and Dreamweaver changed the code to this:
>
> <?php echo chop($RS1->Fields('csr_info')); ?>
>
> But I'm not seeing anything change.
[url]http://www.php.net/substr[/url]> What i want to do is limit this to the first 100 characters or so when viewing
>the record.
Micha
Michael Fesser Guest



Reply With Quote

