Hi,
I am just assuming that you have no option of using the variables at the same time as the email is send -> Sen dthe email, and have the same script produce the output?
Then you could of course write to a textfile, seperate each value with | eg, and then on the next run you open that specific text-file?
Have look at fopen, fput, fclose, fread from the manual.
J.