At somepoint you'll have come across websites using urls like domain.com/index.php?page=xxx. This is a brief tutorial on creating this type of navigation without use of the code-heavy switch() ...
At somepoint you'll have come across websites using urls like domain.com/index.php?page=xxx. This is a brief tutorial on creating this type of navigation without use of the code-heavy switch() function normally chosen for this type of script.