I have a php/mysql news management system, and on my main page i want to display my latest news. Basically i need to include the page with the highest news id my pages are set like this:
“news.php?newsid=21”
Is there a way to do this?
I have a php/mysql news management system, and on my main page i want to display my latest news. Basically i need to include the page with the highest news id my pages are set like this:
“news.php?newsid=21”
Is there a way to do this?