Results 1 to 2 of 2

Thread: Navigate onload ?

  1. #1

    Thread Starter
    Frenzied Member Jmacp's Avatar
    Join Date
    Jul 2003
    Location
    UK
    Posts
    1,959

    Navigate onload ?

    on opening a php file how would i have it naviagte to aother file?

    <?php

    href = "http://localhost/file.php"

    >

    pusedo code ^^

  2. #2
    Member
    Join Date
    Feb 2006
    Posts
    50

    Re: Navigate onload ?

    if I remember correctly, it should be:
    PHP Code:
    <?
    Header("Location: http://site.com/directory/page.php");
    ?>
    this would, when the page loads, go to http://site.com/directory/page.php

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width