|
hey please clear a doubt that I have
If I am right
suppose there is a file rungss001.php
and include001.php and include002.php are included in the file rungss001.php
then all the variables declared in rungss001.phpwill be available to the included files and vice versa
right???
But what if there is a header redirect to rungss002.php from rungss001.php which includes the two include files mentioned earliear prior to the redirect
will the file rungss002.php have access to the variables declared in rungss001.php, include001.php and include002.php????
Please clearify this doubt
Thanx
|