Need PHP programmer....I think

Discussion in 'Programming' started by atlantisbusiness, Mar 20, 2008.

  1. #1
    Thread Closed...thanks
     
    atlantisbusiness, Mar 20, 2008 IP
  2. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #2
    What you are wanting is include files that has the copy for the footer in it and so in the future to change the footer you just change the footer.html file and then all pages are corrected.

    sHTML, PHP, .Net, ASP, CFM and others all have a very easy line for doing it but remember that the footer file only includes the code for the footer and doesnt have <html><body> etc tags

    <!--#include file="footer.shtml"-->
    Code (shtml):
    <?php include("footer.php"); ?>
    Code (PHP):
    <!--#include file="footer.asp"-->
    Code (ASP):
    <cfinclude template="footer.cfm">
    Code (CFM):
     
    AstarothSolutions, Mar 20, 2008 IP
    atlantisbusiness likes this.
  3. atlantisbusiness

    atlantisbusiness Peon

    Messages:
    309
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks a bunch. I think I have someone to do the banner stuff. Footer is done because of you. Rep added.

    Also sorry for posting in wrong section. Should have been services. Sorry.

    Thread Closed
     
    atlantisbusiness, Mar 20, 2008 IP