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,14:59 | #1 |
|
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 |
|
P.S. I used xmlhttp.open("GET",'include.php',true); to include the file
|
|
Go4Expert Founder
|
![]() |
| 10Sep2009,16:49 | #3 |
|
Why not directly include('index.php');
|