Hi, normally, the practice or very old way of displaying some profile page is like this: www.domain.com/profile.php?u=12345
where u=12345 is the user id.
recent years, I found some website, their url very nice, its like: www.domain.com/profile/12345
How do I do this in php? Please teach me, thanks
EDIT:
Just a wild guess, is it something to do with the .htaccess file? Can you give me more tips or some sample code on how to write the .htaccess file?