Passing a variable to a cgi script
I'm using a cgi script from dspam for users to view their quarantine. In order for the script to know which user is connecting, it needs to set the REMOTE_USER variable within the perl script.
What I want to know is if I can pass the REMOTE_USER variable into the cgi script simply by having users click on a hyperlink with their usernames on it.
I'll generate the list of usernames (each is a hyperlink that I can customize) by pulling the actual users from a mysql database.
Thanks for your help.
|