Forgive me I sound ignorant, but I'm still quite new to php. I am trying to generate a random number, which I will use immediately to create a file, then later to either display, edit, or delete the file. But whenever I use the original variable that I generated the number with, it creates a new random number. Can somebody help me keep the original random number? Sorry if this sounds confusing.