php - Problem with rss reading -


I have a problem reading RSS feeds in my site

When I add a feed to my site I am able to cache it in the database by serialing it and when I refresh, I undelete it from the database if it is within a certain time frame or I can read the feed again from the remote site.

I think the problem itself is with the feed (which comes from a different site that I keep)

News from a database with a Latin 1 ChartSignet Items are included.

So when I create my feed:

  iconv ("latin-1", "UTF-8", $ row ["intro"])  

But when I unassign content to my site, I get the following information:

Notice: unserialize () [function.unserialize]: error / offset 621 2464 In the bytes /

About any idea

- New information -

home / site / www / plugins / widgets / rss_reader / lib_rssreader.php euro Signs are shown as Fees Euro Sine Fitch Holding Table UTF 8 is. To use IOCAV, I thought of converting ISO-8859 to UTF-8, but I read on the PHP site that it is not working for Euro sign. So this is not taking me anywhere

Would you rather use additional - or perhaps iconv can do? This function is specifically for the encoding of UTF-8 from ISO-8859-1.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -