On Wed, Nov 13, 2013 at 12:16 PM, Liz Stinson <[email protected]> wrote:

> In particular, in the code below, the ELSE block is getting executed. Any
> ideas?
>
> if ($_POST) {}else {syslog(LOG_ERR, "[handle_incoming_email.php] EMPTY POST 
> fields... Bailing.");}
>
>
>

Generally this means that the script is not receiving any POST variables.
Can you post the HTML code of the form? Also try dumping the value of the
POST and GET variables by using *var_dump($_GET);*, there might be
additional clues there to debug this.


-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to