Quote:
Originally posted by Big Cheese
Is it a bad idea to use something like this in my url's for different pages:
website.com/page.php?id=5
website.com/page.php?id=6
and so on...
|
You mean using dynamic pages?
It's not a bad idea, but it's not the best idea. You can use scripts out there that change your dynamic url strings into ones that look like static ones. If you use Apache you can alter it as well without the use of a script.