--- 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.
Show us some code, and I'm sure we can give you more specific examples.

Chris

=====
Chris Shiflett - http://shiflett.org/

PHP Security Handbook
     Coming mid-2004
HTTP Developer's Handbook
     http://httphandbook.org/

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

Reply via email to