cell-phone HTML form using post method

Sarah Reichelt sarah.reichelt at gmail.com
Thu Jul 23 04:49:19 EDT 2009


> So, to rephrase my question,  why is the global $_SERVER and its
> REQUEST_METHOD key ( = POST) accessible to an .irev file but the
> global $_POST is not?


While this doesn't answer your question, perhaps a possible
work-around is to use GET instead of POST.
With GET, $_SERVER["QUERY_STRING"] contains the data, but it doesn't with POST.

Cheers,
Sarah



More information about the use-livecode mailing list