I'm trying to make one of my PHP pages redirect to another local page on my webserver.
<a href="quiz1.php">Quiz</a>
For some reason the html hyperlink using a relative path is downloading the file rather than just going to the page.
Anyone know why this is?