Do you need to use the variable values in the php code?
Then do this: <input type="submit" value="Preview"
onclick="this.form.action='coupon_creator_preview. php?var1="+variable1+"&var2="+variable2+"'" />
If not, use cookies to store the values and read the cookie on the new page to load the values back into the variables.