I would like to simplify my life by making an external sheet to change the copyright notice on all my pages at one time...instead of changing them one by one. How would I go about doing this?
I would like to simplify my life by making an external sheet to change the copyright notice on all my pages at one time...instead of changing them one by one. How would I go about doing this?
Include it server-side.
In PHP:
In JSP:Code:<?php include("copyright.inc.html"); ?>
Code:<%@ include file="copyright.inc.html" %>
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
Ok, I guess I don't know enough about php yet. What exactly do I need to do to make a php page for the footer information? I have tried several ways and none of them work.
php includes just include a page. the included page doesn't even need to be a php file... html is fine.
Just make sure the page with the php include is a .php page, not .htm. If so, then it'll be just fine.
And that your server supports PHP, of course.
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
Bookmarks