Jump to content

strlen and strlen


karimali831

Recommended Posts

Hi

 

If a string exceeds 65 characters then $show_all will return, what I want to achieve is to

return the whole string when I click on the hyperlink (more...) can someone help me do this please?

I do not want it to show the whole string and substr(getinput($ds['desc']),0, 65).$show_all

 

if(strlen($ds['desc'] < 65)) $show_all = '<a href="#">(more...)"</a>';

echo substr(getinput($ds['desc']),0, 65).$show_all;

 

thanks!

Link to comment
https://forums.phpfreaks.com/topic/223012-strlen-and-strlen/
Share on other sites

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.