PHP - RSS builder

前端 未结 6 1612
天命终不由人
天命终不由人 2021-01-22 04:25

I have a old website that generate its own RSS everytime a new post is created. Everything worked when I was on a server with PHP 4 but now that the host change to PHP 5, I alwa

6条回答
  •  鱼传尺愫
    2021-01-22 04:34

    I would use simpleXML to create the required structure and export the XML. Then I'd cache it to disk with file_put_contents().

提交回复
热议问题