Chris Shiflett wrote:

> --- Eric Blanpied <[EMAIL PROTECTED]> wrote:
>> Still the js approach has been closest to what we need: the php script
>> puts all the possible links from that card into the page, and then the
>> js function uses the correct one.
>> 
>> Does anyone have any advice?
> 
> Let PHP choose the correct one?
> 
> Maybe something like this will work:
> 
> <a href="foo.php?bar=<? echo $bar; ?>">Click here</a>
> 
> Then, you can let PHP choose what the appropriate value of bar should be.

The trouble is that the value of $bar is dependent on the value of a select
list. And, as noted in my original post, the hrefs for the pages need to end
up being nice, static URLs which cleanly point to the correct data.

-e

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to