im trying to make my links open in the same page with html and php includes... i need some help. My links are like this <a href="index.php?id=test">Test Link</a>. I want each link that i type to open up in my php include...so basically I want the php include to open any html file as long as it has the correct id to the name of the file. I need the code if anyone can help and if possible make it where index.php opens the news page.
Your answer