URL Rewrite query database?
- by Liam
Im trying to understand how URL rewriting works. I have the following link...
mysite.com/profile.php?id=23
I want to rewrite the above url with the Users first and last name...
mysite.com/directory/liam-gallagher
From what Ive read however you specify the rule for what the url should be output as, But how do i query my table to get each users name?
Sorry if this is hard to understand, ive confused myself!