I thought the question was pretty straight forward. Sorry about that. As someone mentioned, yes I'm just trying to hide the var from the user. What I meant by I don't want it to stick with the session, is that I don't want it to be available from page to page. I want my script to run and redirect with the var to another page without the user seeing it. Currently, I am using GET and header("Location: http://domain/?somevar=somevalue") I'll try some of the previous responses thanks for the help. -----Original Message----- From: Ashley Sheridan [mailto:ash@xxxxxxxxxxxxxxxxxxxx] Sent: Wednesday, February 04, 2009 12:58 PM To: Mike Roberts Cc: TS; php-general@xxxxxxxxxxxxx Subject: RE: Is it possible to send POST vars through a header redirect? Just look at the headers of EVERY email that comes from the mailing list, as they contain the unsubscribe email address. On Wed, 2009-02-04 at 09:47 -0500, Mike Roberts wrote: > Ladies and Gentlemen. > I am a recruiter who joined this list to understand a little about PHP. I respected the boundaries, and never tried to recruit you. Now I am asking for a courtesy in return. I have tried several ways and several times to be excluded from the list, but I still get emails. Can somebody who is 'in charge' please remove me from the list. Thank you. > > > > > > Michael Roberts > Senior Recruitment Strategist > Corporate Staffing Services > 150 Monument Road, Suite 510 > Bala Cynwyd, PA 19004 > P 610-771-1084 > F 610-771-0390 > E mroberts@xxxxxxxxxxx > > -----Original Message----- > From: TS [mailto:sunnrunner@xxxxxxxxx] > Sent: Tuesday, February 03, 2009 5:47 PM > To: php-general@xxxxxxxxxxxxx > Subject: Is it possible to send POST vars through a header redirect? > > I'm trying to send vars via POST somehow. Is this possible? > > Currently I'm doing > > header("Location: http://domain/index.php?var=3"); > > but, want to send POST or some other method that doesn't stick with the session. > > Thanks, T > > Ash www.ashleysheridan.co.uk -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php