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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.