Posted by Nik Coughin on 10/27/91 11:17
KiwiBrian wrote:
> "Nik Coughin" <nrkn!no-spam!@woosh.co.nz> wrote in message
> news:0kPme.4171$U4.581908@news.xtra.co.nz...
>> KiwiBrian wrote:
>>> How can I add code to page 2 so that if it is called/displayed from
>>> a link from another page (page 1) then the hyperlink on page 2 will
>>> be actioned automatically, just as if it's link to page 3 had been
>>> manually selected?
>>
>> try something like this:
>> http://nrkn.com/kiwiBrian/
>
> Hi Nik. Right around the world and back to NZ.........lol
> Thanks for the example.
> I wish to have a "Today's Results" button on my Home Page.
> The PHP that I want to implement on page 2 is:-
>
> <a href="<?php echo date('l') ?>.html"</a>
>
Try <?php header('Location: '.date('l').'.html') ?>
Just that in the page2.php file, nothing else.
H2H
Navigation:
[Reply to this message]
|