You should be able to pass them as global variables, or even try encoding them into the form as hidden fields: <input type="hidden" name="var1" value="<? echo "$var1"; ?>">
Make sure you use the <form action="POST">, and make sure it's defined before trying to pass the variables...
::Andrew Heebner::
Lead Webmaster, Evilwalrus.com