Re: [PHP] removing $HTTP_POST_VARS

2001-03-28 Thread Renze Munnik
} > else{ > do my stuff; > } > > - Original Message - > From: "Matt Williams" <[EMAIL PROTECTED]> > To: "PHP General List" <[EMAIL PROTECTED]> > Sent: Wednesday, March 28, 2001 9:20 AM > Subject: [PHP] removing $HTTP_PO

Re: [PHP] removing $HTTP_POST_VARS

2001-03-28 Thread Jon Rosenberg
h 28, 2001 9:20 AM Subject: [PHP] removing $HTTP_POST_VARS > Hi > > Is there a way I can remove all the values of $HTTP_POST_VARS? > > I'm trying to check where a form has been posted from and if it's not the > right plac I want to remove all the post vars so they can

[PHP] removing $HTTP_POST_VARS

2001-03-28 Thread Matt Williams
Hi Is there a way I can remove all the values of $HTTP_POST_VARS? I'm trying to check where a form has been posted from and if it's not the right plac I want to remove all the post vars so they can't any damage. I've tried unset($HTTP_POST_VARS) but it doesn't seem to do anything. TIA M@ --