Contentteller

Contentteller Support Forums
Home Forums > Contentteller > Version 1.x >

Adding a php script

Discussion in 'Version 1.x' started by suchamatt, Oct 25, 2004.

  1. suchamatt Guest

    Adding a php script

    Hi Phillip

    How would I integrate a script I made into a page using the templates on the system. I cannot seem to figure it out.

    Example:

    I want the page http://www.mycasinobonus.com/bonuslist.php

    to be integrated like on the page.php page perhaps or just added to any section for that matter. Any help would be greatly appreciated.

    Matt
    suchamatt, Oct 25, 2004
    #1
  2. Philipp Guest

    Adding a php script

    To integrate any PHP script with the CMS:

    Code:
    <?php
    
    require("core.php");
    HeaderBlock();
    
    **** Your script here ****
    
    FooterBlock();
    ?>
    Philipp, Oct 25, 2004
    #2
  3. trackpads Guest

    Adding a php script

    Answered a question of mine too! Thanks!
    trackpads, Mar 2, 2005
    #3
  4. Rushian Guest

    Adding a php script

    Is there a way to insert a php script on-the-fly from HTML code? (Not a template).
    Rushian, May 22, 2005
    #4
  5. Philipp Guest

    Adding a php script

    From HTML Code? Do you mean a PHP file (*.php)?
    Philipp, May 23, 2005
    #5
  6. Rushian Guest

    Adding a php script

    I want to add an external .php file into the announcemnet text. But the actual text I enter into the announcement form, not the main_block template.
    Rushian, May 23, 2005
    #6
  7. Philipp Guest

    Adding a php script

    I am afraid this is not possible.
    Philipp, May 25, 2005
    #7
  8. Rushian Guest

    Adding a php script

    I see.

    I figured out another way to do what I want. (I had to put the php code in the template header afterall..)
    Rushian, May 25, 2005
    #8
Tweet
Facebook:
Forgot your password?
Contentteller Support Forums
Home Forums > Contentteller > Version 1.x >
  • Home
  • Forums

    Forums

    Quick Links
    • Search Forums
    • What's New?
  • Members

    Members

    Quick Links
    • Registered Members
    • Current Visitors
    • Recent Activity
  • Help

    Help

    Quick Links
    • Smilies
    • BB Codes
    • Trophies

Separate names with a comma.

Advanced search...
    Forum software by XenForo™ ©2011 XenForo Ltd.