How can I download and display first 200 or 250 characters from a web-page?
Posted
by Jagira
on Stack Overflow
See other posts from Stack Overflow
or by Jagira
Published on 2010-03-15T05:37:59Z
Indexed on
2010/03/15
5:39 UTC
Read the original article
Hit count: 207
php
Hello,
I have a list of urls for which I want to display first 200 or 250 characters. Can I do it using jquery or should I download them on the server side [using PHP] and store them in database?
I guess I will have to use fopen with limit of characters. **
© Stack Overflow or respective owner