PHP Navigation
Posted: Mon Dec 30, 2002 6:21 pm
I'm brand new to php. I'm trying have PHP navigation on my website but its not working here is my code:
When I do this inside the address bar:
It doesn't do anything. How do I make it when I type "page" it changes the variable.
Code: Select all
<?php
if ($page == "news") {
include "news.html";
?>Code: Select all
index.php?page=news