Thread: HTML or PHP
View Single Post
  #4 (permalink)  
Old 09-17-2005, 09:39 PM
Sephia
Guest
 
Posts: n/a
Default

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.
Reply With Quote