|
the link that vangogh talked about shoud have an unique parameter (like id or username) that will be send like a get var. The simplest format is something like this:
http:// domain.com/user.php?username=doubleweb. In your user.php file you perform a select query and get only that user row. The link could be seo friendly as well as long as the variable is sent to user.php
|