Results 1 to 5 of 5

Thread: mass Website additions

  1. #1
    Poster
    Join Date
    May 2003
    Location
    London, UK
    Posts
    573
    Is there any way to add a HOME button to every page on the server without having to edit every page individually (preferrably without adding a frame).

    Also, is there a free program that will search the individual website that I can put on the main site. If I have a list of archived news on one page, will it be able to take you to that specific article rather than just directing you to the entire page again or will I need to add anchors or something? Alternatively, is there a way to include a button on the website that will bring up the "Find" box on the users computer (basically for those who can't press ctrl F).

    Final question, are there any good free code generators for enquiry forms?

    Thanks

  2. Internet, Programming and Graphics   -   #2
    tesco's Avatar woowoo
    Join Date
    Aug 2003
    Location
    Canadia
    Posts
    21,669
    Does your server have PHP?

  3. Internet, Programming and Graphics   -   #3
    Poster
    Join Date
    May 2003
    Location
    London, UK
    Posts
    573
    I'm pretty sure it does. (I am not 100% sure because I wasn't the one who dealt with registration and hosting etc.) But I think that it does have support

  4. Internet, Programming and Graphics   -   #4
    100%'s Avatar ╚════╩═╬════╝
    Join Date
    Jan 2003
    Posts
    13,383
    i would like this also

  5. Internet, Programming and Graphics   -   #5
    tesco's Avatar woowoo
    Join Date
    Aug 2003
    Location
    Canadia
    Posts
    21,669
    Well, as a very basic way of doing this you can remove the links area from every page and add it to a new file, for example nav.php.

    Then in the place you used to have the nav write <?php include('nav.php'); ?>

    Your pages will need to be renamed to .php to be able to use php in them.

Bookmarks

Posting Permissions

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