Jump to content
xisto Community

matt11

Members
  • Content Count

    2
  • Joined

  • Last visited

Posts posted by matt11


  1. This Is For PHP ONLY

    ok what you need to do is to create a header for all you pages php. for this i called mine head.php.

    in the head.php file i put all the stuff i want on the head of the page

    <html><head></head><body><a href="https://www.google.de/?gfe_rd=cr&ei=BwkjVKfAD8uH8QfckIGgCQ&gws_rd=ssl; GOOGLE </a></body></html>

    ok now you have a link to google. save that as head.php.

    now on you index.php file (or any outher file) you tipe (at the very start of the page)

    <?php include('head.php'); ?>

    witch will in clude the 'head.php' file in that page!

    now if you make a change to the head.php it canges everything!

    Notice from truefusion:
    Put coding within the code bbcode.

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.