Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Putting CPG into inc  (Read 3179 times)

0 Members and 1 Guest are viewing this topic.

Paulb

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
Putting CPG into inc
« on: March 23, 2005, 05:47:25 pm »

Hi,
I have page working on include engine:

<?
$urls=$id.".php";
if(file_exists("$urls"))
{
$file=fopen($urls,"r");
while($linia=fgets($file, 99))
{
echo($linia); //
}
fclose($file); //
}
else{
$number = "8"; 
include("cutenews/show_news.php");}
?>

I want to put coppermine gallery showing only {GALLERY} into this. I'm green at php and I don't know how to do it  :( Please help me.
Logged
Pages: [1]   Go Up
 

Page created in 0.012 seconds with 13 queries.