include file

Go4Expert Member
10Sep2009,14:59   #1
Mariam's Avatar
Suppose I have include.php file.

Is it possible to include this file to index.php in that way that all variables that has been assigned in index.php , include.php must uderstand.
Go4Expert Member
10Sep2009,15:59   #2
Mariam's Avatar
P.S. I used xmlhttp.open("GET",'include.php',true); to include the file
Go4Expert Founder
10Sep2009,16:49   #3
shabbir's Avatar
Why not directly include('index.php');