I'm not exactly sure what you are trying to achieve here, do you want to create a whole site with a single url, such as http://mysite.org/index.php ?
You could do this with a hidden variable within a form, such that if the variable isn't set it displays the home page, if it is subsequently set to another value it displays other code via if .... elseif or switch statements.
If this isn't what you are trying to do perhaps you can give us an example ?
HTH - Blu