Before we start with my question please visit
http://thedeadlyalliance.org/wow/forums/rss.php
The php file works correctly as it should. What im doing is putting recent post from forum to my main site index. So since that works i know that its correct so far.
Now visit http://thedeadlyalliance.org/wow/
when i did the
<?php
include('http://thedeadlyalliance.org/wow/forums/rss.php');
?>
or
<?php
include('forums/rss.php');
?>
it shows the error Parse error: syntax error, unexpected T_STRING in http://thedeadlyalliance.org/wow/forums/rss.php on line 1
<?php
define('IN_PHPBB', 1);
$phpbb_root_path = './';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
include($phpbb_root_path.'includes/functions_post.php');
include($phpbb_root_path.'includes/bbcode.php');
//
// Start session management
//
$userdata = session_pagestart($user_ip, PAGE_INDEX);
init_userprefs($userdata);
//
// End session management
//
its saying it about this, but i dont see an error
this is pathetic, on line one!!!!
Someone please help.