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.:)
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.:)
or, if you want the php, try something like
$text = "daniweb is very useful website.";
$text = substr($text, 0, 10);
$text = $text." (...)";
echo $text;
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.