I've made a template with 10 pages (index, contact, downloads, etc.) and I want to make the links something like this:
index.php?page=contact
index.php?page=downloads
index.php?page=about
and not the classic way:
contact.php
donwloads.php
about.php
I want to do this so noone will know in which page he's in... This requires a database, or it can be done with some coding? I'm new to php that's why my question is so foolish... :-)
THANKS IN ADVANCE
Z3R@tuL