Possible Duplicate:
mod_rewrite php mysql
What I want to do is change this:
www.site.com/profile.php?id=1
to this:
www.site.com/profile/Terry_Harvey
Is there any way to go about doing this?
Possible Duplicate:
mod_rewrite php mysql
What I want to do is change this:
www.site.com/profile.php?id=1
to this:
www.site.com/profile/Terry_Harvey
Is there any way to go about doing this?
There are a LOT of things missing in your question. But the final answer would anyway be to look into mod_rewrite.
Terry_Harvey maps to id=1id is related to what seems like the username.