This is how I currently how I feth the news to one of the pages but it's not how I wnat to do it to other pages.
$query = "SELECT title,news,publisher,url,date,newsid FROM news WHERE newsid='$newsid' ORDER BY date";
An example of how I would like it would be so it displayed all news articles that matched 1 word in the "title" field for example if the title field contained the word "car".
I'm guessing this is pretty simple but having had a look on php.net I can't figure it
Cheers
Wardy