Jump to content

loop problem


hchsk

Recommended Posts

ive discovered a new and much more pressing problem that perhaps you can help me with. i have a file updates.php, which is an rss page generated by php. Within updates.php, i need to add an item that contains a variable gathered by inactive() which comes from an included page inactivity.php. The problem is that the inactive() function needs to search the items of the rss generated by updates.php, and it uses the last pubDate of an item in a chosen category.

 

as is, this creates a loop, that ruins not updates.php, which seems to independently time out and ignore that section of the script, but it ruins another page on my site, which creates individual, smaller feeds based off of the items in a chosen category of updates.php

Link to comment
https://forums.phpfreaks.com/topic/157648-loop-problem/page/2/#findComment-832092
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.