HabboRetroHelper1
Member
- Feb 3, 2013
- 56
- 3
How to add Author Or the person who wrote the news at the bottom of the /news page?
like
- {Username}
at the botom how do i add it?
like
- {Username}
at the botom how do i add it?
mysql_query("INSERT INTO cms_comments (article, userid, comment, posted_on, author) VALUES ('".filter($_GET['id'])."', '".$_SESSION['user']['id']."', '".filter($comment)."', '".$posted_on."', '" . $_SESSION['user']['username']. "');") or die(mysql_error());
<p><font face="Verdana" size="1"><b>- {newsAuthor}</b></p>
anywhere on the news.php?
Great, Give me best answer?I searched for {newsAuthor} and couldnt find anything so?
Nevermind worked it out now thanks!