Say i have a url like this: http://www.domain.com/index.php?id=123&page=Hello
123 is used to get the id number from the database then display the article.
well if i use .htaccess rewrite methods to rewrite that url to something like this
http://www.domain.com/page/Hello
would the php script still work? or do i still have to have that id number up there somewhere?
