example: daniweb is very useful webs(read more) or (...) at the end

whole message is: daniweb is very useful website.


please help thank you in advance.:)

Recommended Answers

All 2 Replies

Hi,

You can read more about it here..

or, if you want the php, try something like
$text = "daniweb is very useful website.";
$text = substr($text, 0, 10);
$text = $text." (...)";
echo $text;

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.