I am a beginner PHP programmer. I searched google for a "Dynamic PHP website tutorials". I found some stuff. They use \[code\]$_GET\[/code\] variable to make the website dynamic, so the URL's appear like this:
- example.com/?page=home
- example.com/?page=about
- example.com/?page=Downloadsand so on...
- example.com
- example.com/about
- example.com/download and so on....