-
.htaccess and mysql question
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?
-
-
Well, unless the Hello was the id and the page. No. I don't think so.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks