On Friday 16 April 2004 12:15, JeRRy wrote: > I have a Tipster Website that lists a Tipster Ladder. > So it shows their name and their current score. What > I want to do is make their name clickable and upon > clicking the name it loads that persons profile which > is fetched from the mysql db. > > Now which would be the best way to do this? I have > NEVER done a link query before but am familiar with > forms. OK, do what you need to do using a form. Set the form to use the GET method. Now when you submit your form your URL will show something like ... > Would I best best to have it something like this: > > http://mydomain.com/profile.php?user=blah ... so just construct your links in a similar manner. -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * ------------------------------------------ Search the list archives before you post http://marc.theaimsgroup.com/?l=php-db ------------------------------------------ /* This must be morning. I never could get the hang of mornings. */ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php