generating hyper-links dynamically that work like quering the database

Go4Expert Member
1Jul2006,01:11   #1
Rakish's Avatar
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
Go4Expert Founder
4Jul2006,16:20   #2
shabbir's Avatar
Quote:
Originally Posted by Rakish
Its like the generated hyperlinks should act as a way to query the
database.... Really dont know (Helpless)
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.