Hi all,
It worked on php4, but not php5. Any thought?
I have config.php and index.php
config.php
<?
$banner="sample.php"
?>
index.php
<?
include("$banner");
?>
The result is empty. In php4, the result is sample.php.
Please advise....Thank you in advance.