I have a db with various blog entries stored. I have a generic display page (blog.php) and when a entry is selected, use url variable and GET to display the blog entry, so url will be something like blog.php?entry=xyz
Is there a way to remove the blog.php?entry= so it just displays xyz?