Trying to code a news section for the first page of of my site. I have it set to loop to retrieve all news articles with section value of 1 from the database.
But the way the script is running will only display 1 result. If the top (first) result is no longer valid eg. make give the message a deleted value. It will display the next result. But will not list more than 1 at a time. I've attached the file to this post. Any and all help is appreicated.Code:while($myrow=mysql_fetch_array($result))
