olkhicha_appa Posted March 27, 2007 Share Posted March 27, 2007 I want to use PHP for generating RSS feed. Actually, I am already using PHP for generating the valid XML. The main problem is determining the URL. The URL is dynamically changing (date + some random numbers). I could find the valid URL by using wget(beacuse it allowed me to retrive content using wildcard) but is there any neat way to do it in PHP? Link to comment https://forums.phpfreaks.com/topic/44471-php-for-creating-rss-feeds/ Share on other sites More sharing options...
dsaba Posted March 27, 2007 Share Posted March 27, 2007 if you know the date, and you know the variable that you used to generate the "random numbers" I don't see what the problem is in determining the url Link to comment https://forums.phpfreaks.com/topic/44471-php-for-creating-rss-feeds/#findComment-216010 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.