Quote:
Originally Posted by DustyPorViva
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