cuprasteve
08-31-2006, 12:56 PM
Hi
If I have a PHP page called page1.php thats sets a variable, ie
$myvariable=1;
and i have a PHP page call page2.php that has an include(page1.php);
will it be able to know the value of the variable that is created in the other page?
If not is there a way i can get it to do this?
thanks
steve
If I have a PHP page called page1.php thats sets a variable, ie
$myvariable=1;
and i have a PHP page call page2.php that has an include(page1.php);
will it be able to know the value of the variable that is created in the other page?
If not is there a way i can get it to do this?
thanks
steve