Scrolling news bar and MySQL
Posted on
16th Feb 2014 07:03 pm by
admin
I am not sure if this is the correct forum to post this on. If not, I apologize. I am still pretty new to PHP. I am editing a website for a friend. He had a news headlines section on his home page, but wants to change it to a news bar that scrolls through the most recent news on their database. I have been searching for help online for this and have felt like I was close, but never quite found what I needed (especially since I am new to this).
I found this tutorial (http://www.dynamicdrive.com/dynamicindex2/crosstick.htm), which is what I want... except that I don't want to use an Array for the headlines, but I want it to pull from my database. Is there an easy way for me to do this? I already have a php file from the previous news headlines section, but am not sure how to get that to work with this new code.
Did you know?Explore Trending and Topic pages for more stories like this.
Here is the code for the previous headlines...
Code: [Select]<div id="news">
<?php
getHeadlines();
/*
include("admin/nCMS/nSQL.php");
$db = new nSQL("local");
$q = "SELECT nDate, nTitle FROM `gtt_news` ORDER BY nDate DESC LIMIT 5;"
$r = $db->select($q);
while($data = $db->get_row()) {
echo "<div class="newsitem">";
echo "<p class="text"><a href="#">.$data['nTitle'].</a></p>";
echo "</div>";
}
*/
?>
</div>
Please let me know if any other code is needed.
Thanks so much for your help.
No comments posted yet
Your Answer:
Login to answer
86
52
Other forums
How to generate a text file using php...?
Hi,
Can anyone give me code to generate a text file using php
Thanks in advance
$action = "insert"; //$action = $_GET['action'];
$action = "insert";
//$action = $_GET['action'];
why is this invalid type? I am
Simpler method of getting variables from mysql
Hi Guys,
I'm trying to streamline my CMS's code and as I was writing a new page it occured to
Polymorphism
Was wondering if someone could explain this a little better to me. I had always assumed that it had
PHP webpage & array print issue
I have this code running, and it works perfectly … however, see my bottom bit about what I see
mail()
Hi all. I have a problem with emails. I am trying to set up a mail system where customers can subscr
PHP friend keyword equivalent
is there a PHP equivalent for the C++ friend keyword?
PHP/Database issue
My friend is helping me make a database where you go to a certain webpage of my site and the page wi
Apart from cron
I need to run a php file every one hour. Is there any other solution apart from cron job?
Help to integrate whois Domain Details to website
Hi,
can i know is their any php script r methods to add domain details to my website.