Got it. It took me a while to home in on the period.

Thanks for the tips!


Pavel Jartsev wrote:


"newline"-character should be inside double quotes ("\n").

For example:

instead of:

echo '<link href="' . $periods . 'css/nations.css" rel="alternate stylesheet" type="text/css" title="Nations" />\r\n';

use:

echo '<link href="' . $periods . 'css/nations.css" rel="alternate stylesheet" type="text/css" title="Nations" />'."\n";



Hope that helps. :)


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to