03-14-2008, 02:39 AM
|
#1 (permalink)
|
|
The Wanderer
Join Date: Mar 2008
Posts: 8
Thanks: 0
|
How to add blank lines
Hi folks,
I have following entries on a php script
Code:
.....
.....
// List of RSS URLs
$rss_left = array(
'http://www.rte.ie/rss/gaa.xml',
'http://www.independent.ie/sport/hurling/rss',
'http://www.freshfolder.com/rss.php'
);
// Create lastRSS object
.....
I can't resolve how to add blank/white lines between the RSS channels/each URL.
Please shed me somelight. TIA
B.R.
satimis
|
|
|
|