Hello
i have part of a PHP code that prints on the screen something from my DATABASE
echo $row['posting_discription'];
i wanted to know if i can add something to this line of code to make the posting discription (usualy more then 20 words) to show only 4-6 words and "..." after and it will show as a link to another page(or even the same one) with the full posting ( like in www.craigslist.com)
thanks alot
i have part of a PHP code that prints on the screen something from my DATABASE
echo $row['posting_discription'];
i wanted to know if i can add something to this line of code to make the posting discription (usualy more then 20 words) to show only 4-6 words and "..." after and it will show as a link to another page(or even the same one) with the full posting ( like in www.craigslist.com)
thanks alot
Comment