> how would I add the query criteria to the link? and how would I set up
> showdata to take the information from the selected link?

Where you would usually have a form such as:

<FORM ACTION='destination.php'>
<SELECT NAME='name'>
 <OPTION VALUE='value'> Display Value </OPTION>
</SELECT>
</FORM>

... to use it as a link, you would use:

<A HREF='destination.php?name=value'> Display Value </A>

Jason

-- 
Jason Murray
[EMAIL PROTECTED]
Web Developer, Melbourne IT
"What'll Scorpy use wormhole technology for?"
'Faster pizza delivery.'

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to