I want to use one php script for my entire website. index.php3
I want users to access each part of the index.php by calling a string.
(Kind of having mulitple html pages split by php code.)
If you want to access the category "services" and the main page, you would call it like this..
index.php3?action=getpage&category=services&page=index
How would I code all this?