Jump to content

[SOLVED] Using SUBSTR to limit characters


kyleldi

Recommended Posts

I'm trying to echo a field of my database and limit its characters using substr, but I can't seem to get it right.  Any ideas?  It's supposed to limit character output to 15 characters.

 

My Code: 

<?php echo substr($row_rs_news['fulltext'], 0,15); ?>

 

Any suggestions would be appreciated :)

Link to comment
https://forums.phpfreaks.com/topic/146887-solved-using-substr-to-limit-characters/
Share on other sites

Verify that your variable passed in has the text.

 

What does not work right mean?

 

As far as substr is concerned your usage is sound/correct.

 

EDIT:

Post an example of the string you are trying to chop and what you expect it to be.

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.