|
Posted by cmk128 on 04/01/07 08:49
Hi
I have this file in submain:
<?
$a='a';
?>
In another domain, when i do:
<?
require('sub.domain.com/a.php');
echo $a;
?>
But the echo $a print our nothing, i understand the problem, but how
to work arround?
thanks
from Peter (cmk128@hotmail.com)
Navigation:
[Reply to this message]
|