Jump to content

Substr Not Working As Expected


stevesimo

Recommended Posts

Hi, I am trying to use SUBSTR to simply output the first 50 letters of a string.  Here is my code

 

$showinfo = $show['showinfo'];
$info = substr($showinfo, 0, 50);
echo $info;
[code]

The problem is that my output is only 30 chars (see below for example output)
An exhibition of the best loca
One of the largest regional we

Can anyone see what I am doing wrong?

Thanks, Steve

[/code]

Link to comment
Share on other sites

Yes, if I dont use substr and simply output the value there is always more than say 100 chars.  I have set the database field type as text although I havent specified any other parameters.  When I check the database using PhpMyAdmin the values are all stored.  HTML is also stored within some of the tags.  Could this be causing the problem?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.