PDA

View Full Version : mass Website additions



browser
06-13-2006, 01:55 PM
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

tesco
06-13-2006, 08:28 PM
Does your server have PHP?

browser
06-13-2006, 09:14 PM
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

100%
06-14-2006, 08:27 PM
i would like this also

tesco
06-17-2006, 06:43 PM
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.