Jump to content

Posting news from forums


lust

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.