So using $_GET[]
your url looks like
yourdomain.com/index.php?page=home | lets say this loads home
I want it to be
yourdomain.com/home
I don't want to have many folders with a bunch of index.php's either, I want to run everything through the index.
how would I go about doing this?
Thanks!