Re: Building GET query strings

meckhert_at_REMOVESPAM.gmail.com
Date: 12/16/04


Date: 16 Dec 2004 14:51:56 -0800

Security shouldn't be an issue since there is a separate authentication
module which checks the status of the logged in user before doing any
work.

What I am trying to do is to build an administration screen where an
admin user is able to associate a username with a team through a coach
record. I am looking for advice as to whether finding the team_id,
appending it to the URL, then finding the username and appending it to
the URL is the best way to do this. I would like to avoid cookies and
sessions if possible.

Any examples of finding records in using retreived data from two tables
to create an associative record would probably be helpful.



Relevant Pages