Someone help me with include code please

Discussion in 'Programming' started by vladyghost, Dec 18, 2010.

  1. #1
    Im trying to install hardlink ecchange on my website but it dont seem to be wrking here are the codes which one should i use in the html template file?

    <!--#include virtual="5d2738bb49e8d1c/hardlinks.html"-->
    <!--#include file="5d2738bb49e8d1c/hardlinks.html"-->
    <? @include '5d2738bb49e8d1c/hardlinks.html';?>

    I tried all non are working am i missing something?
     
    vladyghost, Dec 18, 2010 IP
  2. underground-stockholm

    underground-stockholm Guest

    Messages:
    53
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    The first two are SSI (Server Side Includes), and the third is an unusual form of PHP.

    Try this instead:

    <?php @include('5d2738bb49e8d1c/hardlinks.html'); ?>
     
    underground-stockholm, Dec 18, 2010 IP
  3. fancymouj

    fancymouj Peon

    Messages:
    5,019
    Likes Received:
    134
    Best Answers:
    0
    Trophy Points:
    0
    #3

    yes agree with you .....
     
    fancymouj, Dec 18, 2010 IP