Supercoders | Web Development and Design | Tutorial for Java, PHP, HTML, Javascript: php-read-rss-feed

Supercoders | Web Development and Design | Tutorial for Java, PHP, HTML, Javascript: php-read-rss-feed

Post Top Ad

Post Top Ad

Showing posts with label php-read-rss-feed. Show all posts
Showing posts with label php-read-rss-feed. Show all posts

Sunday, June 16, 2019

PHP XML Writing Atom Feeds

6 years ago 0

PHP XML  Writing Atom Feeds Problem You want to generate Atom feeds from your data. This will allow you to syndicate your content. Solution Use this class:         class atom1 extends DOMDocument {                 private $ns;     ...

Read More

Post Top Ad