I have one php form that links to another php file that processes the info from the first form. How can I have it set to save the same processed information in a cookie, so that when the user comes back to the original form it checks for the cookie and if it exists, loads the information so they don't have to type it in again?