ok, i have a site called www.mysite.com
i want to use one page index.php along with a multiple table database. To view each page in my site, i would like them to be stored in the database, and then when called from the database, to be displayed. For example. I am at index.php, and when i click on the downloads link, then it takes me to the downloads page with the url index.php?view=downloads. Next, when i click on a file to download, i the url for the file zip.exe would be index.php?view=downloads&&file=zip.exe. I may have missed a tutorial on this, but if anyone has any insight, i would most definately appreciate it.