Hi Gurus, I have to query the database (MySQL) and display the titles of profiles submitted by a particular user. The user should be able to view a particular profile just by clicking any of the listed links. Its like the generated hyperlinks should act as a way to query the database.... Really dont know (Helpless) I am able to provide a list of all the projects submitted by a user, but i dont know how to make a hyper-link that, when clicked, displays that profile. I will really appreciate all you gurus for any kind of help. Thanks. Rakesh
Just pass id in the url of the user profile you want to display and fetch the data based on that id. Something like http://www.go4expert.com/member.php?u=1336 and it fetches the data based on the id.