No. The scope of PHP says that the only variables you can use are those that are within the $GLOBAL scope (like $POST, $GET, $SESSION, $COOKIE) and which you define within the script.
If you want to include those variables & their values, just include the file; however, you could store them in a session. But it would just be easier to include the file.
Why would you want to use variables before they are defined? It's like driving on a bridge before it's completed.... well not really...crap.... another failed metaphor....
~Brett