View Single Post
  #4  
Old 05-16-2007, 03:49 AM
Rapidwolve Rapidwolve is offline
Registered User
Join Date: Jul 2006
Posts: 1,241
Rapidwolve is an unknown quantity at this point
Quote:
Originally Posted by DustyPorViva View Post
Since you're using php files, instead of loading each php file, making duplicates of the same page and just editing one part, you can simply pass the page in a variable in GET and then use include.
I had it like that at first, like "index.php?action='watever'" but I decided to change it
Reply With Quote