• migbrasil

    (@migbrasil)


    How do i put this php code:

    <? echo($cortam); ?>

    inside of this one: (where it says HERE)

    <?php include (TEMPLATEPATH . '/HERE.php'); ?>

    sorry im not familiar w/ php

Viewing 2 replies - 1 through 2 (of 2 total)
  • MichaelH

    (@michaelh)

    Use a text editor and create a file called here.php, and put this in the file:

    <?php
    echo($cortam);
    ?>

    Then upload that file to your theme folder:

    stevenoi

    (@stevenoi)

    Or maybe this : `
    <?php echo( $cortam ); {include(TEMPLATEPATH.’/single-portfolio.php’);
    } ?>
    `

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Php inside a php’ is closed to new replies.