While this is not exactly a coding issue it's more of the way you link your pages.
for example doing this:
example.com/help.php
would be better than:
example.com/index.php?Page=Help
Again, not exactly related to the code it self since php just generates dynamic content.
|