How to insert SSI code in a php file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • xzoom
    Confirmed User
    • Mar 2003
    • 129

    #1

    How to insert SSI code in a php file

    Can someone please tell me how to put SSI code into a php file, because I need to include my UCJ toplist into a php file.

    Thanks allready,

    Melchior
  • godspeed
    Registered User
    • Jun 2003
    • 53

    #2
    Why don't you just use a Php include.

    PHP Code:
    <?php include 'file.whatever' ?>
    <a href="http://www.jupiterhosting.com"><img src="http://www.norcaleos.com/old/jupitersig.gif" width="144" height="63" border="0"></a>

    Comment

    Working...