lust Posted September 21, 2007 Share Posted September 21, 2007 Hi PHPFreaks! I am stoppin by here today to ask you a question. So on my website www.clanbigrig.com, I am tryin to link the news from my forums www.clanbigrig.com/forum/, but I keep getting this error: Parse error: parse error, unexpected T_STRING in /homepages/12/d217969421/htdocs/content/index.php on line 9. here is my code <?php $news_query = 'SELECT t.topic_id, p.poster_id, p.post_subject, p.post_text, p.post_time, u.username FROM 'phpbb3_('forum', 'table_prefix'). 'topics as t, 'phpbb3_('forum', 'table_prefix'). 'posts as p, 'phpbb3_('forum', 'table_prefix'). 'users as u WHERE t.forum_id="news forum" AND t.topic_type NOT IN (2, 3) AND(t.topic_first_post_id = p.post_id) AND(u.user ?> I don't know the exact name of my database, how do I find out, what am I doing wrong? Link to comment https://forums.phpfreaks.com/topic/70110-posting-news-from-forums/ Share on other sites More sharing options...
darkfreaks Posted September 21, 2007 Share Posted September 21, 2007 please comment line 9 Link to comment https://forums.phpfreaks.com/topic/70110-posting-news-from-forums/#findComment-352130 Share on other sites More sharing options...
darkfreaks Posted September 21, 2007 Share Posted September 21, 2007 remove the dot Link to comment https://forums.phpfreaks.com/topic/70110-posting-news-from-forums/#findComment-352133 Share on other sites More sharing options...
lust Posted September 21, 2007 Author Share Posted September 21, 2007 Nope, still getting the same error. Link to comment https://forums.phpfreaks.com/topic/70110-posting-news-from-forums/#findComment-352136 Share on other sites More sharing options...
php_dave Posted September 21, 2007 Share Posted September 21, 2007 What is this? phpbb3_('forum', 'table_prefix') a function?? Just as a guess i think you are just wanting to do phpbb3_forum as the table name no? Link to comment https://forums.phpfreaks.com/topic/70110-posting-news-from-forums/#findComment-352161 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.