Is it possible to ban subscribers who issue this kind of auto-response? ---------- Forwarded message ---------- Date: Tue, 17 Feb 2004 21:33:04 -0000 From: Alan Hale <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: Re: [PHP] post variables (SpamEnder: BLOCKED [EMAIL PROTECTED])
In an effort to eliminate unsolicited e-mail, I have installed SpamEnder. Please REPLY to this e-mail, without modifying the subject line, so that I can receive your original message. Upon my approval, future e-mails you send to me will be released automatically. If you do not REPLY to this e-mail, SpamEnder will block all future e-mails from this address and will not give you another opportunity to reply. Copyright 2003, Evolvian, Inc. (http://www.evolvian.com/) ---------------------------------------------------------- Excerpt from original message: I can't think of a reason for this, so I would doublecheck your assumptions. There is a $_SERVER variable to check the method. You might want to put the php printenv.php page in place of your current script to see what it says about the request method and POST variables. - Lucas On Tue, 17 Feb 2004, julian haffegee wrote: > Hi all, > > I am having a nightmare accessing my POST variables. I can red them if I use > the GET method on my form, but POST is always blank > > I have > > while( list($key, $value) = each ($_POST)){ > print "$key $value<br>"; > } > print "_REQUEST: "; print_r($_REQUEST); > print "_GET: "; print_r($_GET); > print "_POST: "; print_r($_POST); > > at the top which tells me its not working. > > I have a workaround using perl, but I need to sort this once and for only > uing php > > What have I forgotten? > > Please help, and thanks if you can! > > Jules > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.574 / Virus Database: 364 - Release Date: 29/01/2004
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php