This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

Adding a php script


avatar
suchamatt 0
From: -
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

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


1 Re: Adding a php script
avatar
0
From: -
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..)
1 Re: Adding a php script
avatar
Administrator
1340
From: Vienna, Austria
Adding a php script

I am afraid this is not possible.
1 Re: Adding a php script
avatar
0
From: -
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.
1 Re: Adding a php script
avatar
Administrator
1340
From: Vienna, Austria
Adding a php script

From HTML Code? Do you mean a PHP file (*.php)?
1 Re: Adding a php script
avatar
0
From: -
Adding a php script

Is there a way to insert a php script on-the-fly from HTML code? (Not a template).
1 Re: Adding a php script
avatar
1
From: -
Adding a php script

Answered a question of mine too! Thanks!
1 Re: Adding a php script
avatar
Administrator
1340
From: Vienna, Austria
Adding a php script

To integrate any PHP script with the CMS:

<?php


require("core.php");
HeaderBlock();

**** Your script here ****

FooterBlock();
?>

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.