Small problem... I used to have a single file that included others based on some variables set. However, I've decided instead of including a different file, I would set a location header and redirect the browser to the (once included) file instead. Problem is, now my variables aren't being passed from one page to the other now.
My index.php file sets the following in a form: // variables passed // $email[to] -> who the mail is send to // $email[from] -> from who the mail came it // $name[to] -> the name of the person who will get the mail // $name[from] -> the name of the person who send the mail // $picture -> the full picture-url // $comment -> comment // $session[ID] -> a simple sessionID // $album -> album in catalog // $startitem -> page (item) in album ...and I need those variables passed on to the file to which I'm redirecting to. Any ideas anyone? -- H | "Life is the art of drawing without an eraser." - John Gardner +-------------------------------------------------------------------- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 Director of Internet Operations / SysAdmin . 800.441.3873 x130 Photo Craft Laboratories, Inc. . 3550 Arapahoe Ave, #6 http://www.pcraft.com ..... . . . Boulder, CO 80303, U.S.A. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]