Dear all,
I have written php code in two files, "index.php" and index.inc",
The file index.inc is embedded in the "index.php". When I read the file index.php in the IE browser like "http://www.xxx.com/index.php? data=a", such variable "$data=a" is used in the file index.inc. However, when I test the variable by using statement <?echo $data?> in the index.inc, no value can be found. Why? please help me to solve this problem. I would appreciate for any of your help, thanks
Regards,
Simon