If it is possible how do I go about it?
Let's say that the I read in a variable via a form, lets call it $variable and the form processing is handled by script1.php
I also want to have access to $variable from script2.php Could someone show me how this can be done with some pseudo code?
Many thanks,
dec