|
Posted by Matthew White on 08/15/07 12:34
"Krustov" <me@privacy.net> wrote in message
news:MPG.212ce669ae59c60a98aba2@news.newsreader.com...
> <comp.lang.php>
> <Jack>
> <Wed, 15 Aug 2007 08:56:16 +0200>
> <f9u4k2$5c0$1@news2.netvision.net.il>
>
>> I want a Hyperlink that modifies dynamically the target after every
>> click.
>> The link text/gif should be permanent, but the link target should be
>> taken
>> from a dynamic file/table in the server, and modified following every
>> click
>> by any user.
>> Does PHP support that?
>>
>
> Yes - just grab the link from the file before the page is displayed .
>
>
> --
> (c) The Amazing Krustov
^^ No, that is if the page reloads, which it doesn't.
If I were you, I would go with a JavaScript function that dynamically loads
the PHP file, checks the values of the link against it, and then changes the
link.
Matt
Navigation:
[Reply to this message]
|