Adding a php script
suchamatt 0
From: -
From: -
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
Rushian 0
From: -
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..)
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
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
Adding a php script
I am afraid this is not possible.
I am afraid this is not possible.
1 Re: Adding a php script
Rushian 0
From: -
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.
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
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
Adding a php script
From HTML Code? Do you mean a PHP file (*.php)?
From HTML Code? Do you mean a PHP file (*.php)?
1 Re: Adding a php script
Rushian 0
From: -
From: -
Adding a php script
Is there a way to insert a php script on-the-fly from HTML code? (Not a template).
Is there a way to insert a php script on-the-fly from HTML code? (Not a template).
1 Re: Adding a php script
trackpads 1
From: -
From: -
Adding a php script
Answered a question of mine too! Thanks!
Answered a question of mine too! Thanks!
1 Re: Adding a php script
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
Adding a php script
To integrate any PHP script with the CMS:
To integrate any PHP script with the CMS:
<?php
require("core.php");
HeaderBlock();
**** Your script here ****
FooterBlock();
?>
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