php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "updating feeds"

What are the best practices for storing and updating cached RSS feeds in PHP?

When storing and updating cached RSS feeds in PHP, it is important to consider using a caching mechanism such as Memcached or Redis to improve perform...

Is there an AJAX-based RSS aggregator alternative to LYLINA that does not require cron jobs for updating feeds every minute?

The issue with LYLINA is that it requires cron jobs for updating feeds every minute, which can be resource-intensive. To solve this issue, you can use...

Is there a recommended format for CDATA in RSS feeds to avoid problems with updating?

When including CDATA in RSS feeds, it is recommended to use a consistent format to avoid issues with updating. One common format is to wrap the CDATA...

How can a PHP script be structured to effectively call a specific URL for tasks like updating feeds, especially in the context of a web hosting environment?

To effectively call a specific URL for tasks like updating feeds in a web hosting environment, you can use PHP's cURL library. cURL allows you to make...

What are the advantages and disadvantages of using cURL in PHP for automating tasks like refreshing feeds?

When automating tasks like refreshing feeds in PHP, using cURL can be advantageous because it allows you to easily make HTTP requests to external serv...

Showing 1 to 5 of 4953 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 990 991 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.