= time() ) { include 'rssFeed.html'; } else { if( $xmlDoc = simplexml_load_file( 'http://cgi.askmen.com/RSS/askmenRSS_channel.php?ID=nouveaux_classiques&country_id=ca' ) ) { $rssFeedHandle = fopen( 'rssFeed.html', 'w+' ); $i = 0; foreach( $xmlDoc->channel->item as $node ) { $textString = ' '; if( ++$i == 5 ) { $textString .= ' '; } else { $textString .= ' '; } echo $textString; fwrite( $rssFeedHandle, $textString ); if( $i == 5 ) break; } fclose( $rssFeedHandle ); } else { include 'rssFeed.html'; } } ?>
'.$node->title.'
'.$node->title.'