Hi mates,
Can someone help me?
I have a php-nuke site and I want to use linkex code in a block of the site.
Here´s the code of the block:
<?php
include( "linkex/data/output/1001" );
if (eregi("block-Sample_Block.php",$_SERVER['SCRIPT_NAME'])) {
Header("Location: index.php");
die();
}
$content = "text here";
?>
So I need to put the linkex code in there...
I tried to put the code:
include( "linkex/data/output/1001" );
After the $content code, but didnt work...
To work, I think that I need to put the code inside the $content but I dont know how.
Can someone help me please?
Can someone help me?
I have a php-nuke site and I want to use linkex code in a block of the site.
Here´s the code of the block:
<?php
include( "linkex/data/output/1001" );
if (eregi("block-Sample_Block.php",$_SERVER['SCRIPT_NAME'])) {
Header("Location: index.php");
die();
}
$content = "text here";
?>
So I need to put the linkex code in there...
I tried to put the code:
include( "linkex/data/output/1001" );
After the $content code, but didnt work...
To work, I think that I need to put the code inside the $content but I dont know how.
Can someone help me please?