Hi!
I have a problem...
I did a PHP Script for a counter... and I want the counter to be displayed
on an another PHP page...
So, I can include it like that:
<?
include 'counter.php';
?>
BUT... and here's my problem... the script need more info... like...
<?
include 'count/counter.php?sit e=0001&type=2&i mages=1';
?>
when I try this, I get a:
Warning: Failed opening 'counter.php?si te=0001&type=2& images=1' for
inclusion (include_path=' .;c:\php4\pear' ) in D:\HTTPD\HTDOCS \count\index.ph p
on line 24
both files are in the same directory... can you help me???
Thanks!
Desperate Sylvain
I have a problem...
I did a PHP Script for a counter... and I want the counter to be displayed
on an another PHP page...
So, I can include it like that:
<?
include 'counter.php';
?>
BUT... and here's my problem... the script need more info... like...
<?
include 'count/counter.php?sit e=0001&type=2&i mages=1';
?>
when I try this, I get a:
Warning: Failed opening 'counter.php?si te=0001&type=2& images=1' for
inclusion (include_path=' .;c:\php4\pear' ) in D:\HTTPD\HTDOCS \count\index.ph p
on line 24
both files are in the same directory... can you help me???
Thanks!
Desperate Sylvain
Comment