vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   limit number of characters (https://vborg.vbsupport.ru/showthread.php?t=111732)

error_22 03-30-2006 06:48 PM

limit number of characters
 
I want to limit the numbers of characters, but i dont know how to do that. Can someone help me?

PHP Code:

if ($show == "ad"){
    
$sql "SELECT * FROM ads Where id='".$_GET[id]."'";
    
$result mysql_query($sql) or die("SQL: $sql ".mysql_error());
    while (
$adsresult mysql_fetch_array($resultMYSQL_ASSOC))
    {
    echo 
"$adsresult[fname] $adsresult[lname] <br>
      <b>E-post:</b> 
$adsresult[email] <br>
      <b>Kategori:</b> 
$adsresult[category] <br>
      <b>Rubrik:</b> 
$adsresult[head] <br>
      <b>Meddelande:</b> 
$adsresult[message] <br>
      <b>Datum:</b> 
$adsresult[date] <br>";
  }} 

I want to limit the numbers of characters in just "$adsresult[message]" and also add "..." after, is that possible?

Thanks in advance
Niklas

Princeton 03-30-2006 09:30 PM

try: fetch_trimmed_title($text, $limit)

sabret00the 03-30-2006 09:49 PM

alternatively www.php.net/substr

error_22 04-02-2006 01:37 PM

Thanks a lot for replying!

Im experiencing a problem though;

If I use...
PHP Code:

echo substr('abcdef'04);  // abcd 

...It works, but not if I replace "abcdef" with "$adsresult[message]" i just get:

"$ads"

Im assuming it simply prints parts of the variable, what do I ned to change so it actually prints the content of the variable?

Thanks so much
Niklas

EDIT: nvm, it works now, thanks a lot for helping!

Code Monkey 04-02-2006 02:50 PM

Don't put quotes aroud the variable and it should be $adsresult['message'].


All times are GMT. The time now is 10:54 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00962 seconds
  • Memory Usage 1,722KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete